svn commit: r402182 - head/sysutils/fusefs-lkl

Conrad E. Meyer cem at FreeBSD.org
Sat Nov 21 19:05:25 UTC 2015


Author: cem (src committer)
Date: Sat Nov 21 19:05:23 2015
New Revision: 402182
URL: https://svnweb.freebsd.org/changeset/ports/402182

Log:
  sysutils/fusefs-lkl: Be sure to build with ports ld, bc
  
  The base versions are deficient.

Modified:
  head/sysutils/fusefs-lkl/Makefile

Modified: head/sysutils/fusefs-lkl/Makefile
==============================================================================
--- head/sysutils/fusefs-lkl/Makefile	Sat Nov 21 19:01:13 2015	(r402181)
+++ head/sysutils/fusefs-lkl/Makefile	Sat Nov 21 19:05:23 2015	(r402182)
@@ -30,6 +30,8 @@ WRKSRC_SUBDIR=	tools/lkl
 ALL_TARGET=	lklfuse
 MAKE_JOBS_UNSAFE=yes
 MAKE_ARGS+=	V=1
+# Need ports versions of 'bc', 'ld' to build!
+MAKE_ARGS+=	PATH="${PREFIX}/bin:${PATH}"
 
 PLIST_FILES=	bin/lklfuse lib/liblkl.a
 


More information about the svn-ports-all mailing list