svn commit: r365105 - head/net/nfsshell
Adam Weinberger
adamw at FreeBSD.org
Sat Aug 16 16:57:25 UTC 2014
Author: adamw
Date: Sat Aug 16 16:57:24 2014
New Revision: 365105
URL: http://svnweb.freebsd.org/changeset/ports/365105
QAT: https://qat.redports.org/buildarchive/r365105/
Log:
Fix build on -current.
Modified:
head/net/nfsshell/Makefile
Modified: head/net/nfsshell/Makefile
==============================================================================
--- head/net/nfsshell/Makefile Sat Aug 16 16:54:49 2014 (r365104)
+++ head/net/nfsshell/Makefile Sat Aug 16 16:57:24 2014 (r365105)
@@ -18,7 +18,7 @@ GH_COMMIT= 09cdd52
USES= readline
ALL_TARGET= nfsshell
-MAKE_ARGS= CC="${CC}" LIBS="-lreadline"
+MAKE_ARGS= CC="${CC}" LIBS="-lreadline ${LDFLAGS}"
PLIST_FILES= bin/nfsshell
More information about the svn-ports-all
mailing list