Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 19:05:24 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402182 - head/sysutils/fusefs-lkl
Message-ID:  <201511211905.tALJ5OcD037674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511211905.tALJ5OcD037674>