svn commit: r445835 - branches/2017Q3/sysutils/fusefs-lkl

Jan Beich jbeich at FreeBSD.org
Fri Jul 14 23:21:30 UTC 2017


Author: jbeich
Date: Fri Jul 14 23:21:28 2017
New Revision: 445835
URL: https://svnweb.freebsd.org/changeset/ports/445835

Log:
  MFH: r445834
  
  sysutils/fusefs-lkl: respect CC
  
  PR:		218475
  Submitted by:	Ting-Wei Lan
  Approved by:	maintainer timeout (1 month)
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q3/sysutils/fusefs-lkl/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/sysutils/fusefs-lkl/Makefile
==============================================================================
--- branches/2017Q3/sysutils/fusefs-lkl/Makefile	Fri Jul 14 23:19:21 2017	(r445834)
+++ branches/2017Q3/sysutils/fusefs-lkl/Makefile	Fri Jul 14 23:21:28 2017	(r445835)
@@ -14,12 +14,12 @@ COMMENT=	Full-featured Linux BTRFS, Ext4, XFS as a FUS
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	gnubc>0:math/gnubc \
-		gcc>0:lang/gcc
+BUILD_DEPENDS=	gnubc>0:math/gnubc
 
 USES=		fuse gmake python:build shebangfix
 SHEBANG_FILES=	../../arch/lkl/scripts/headers_install.py
 USE_BINUTILS=	yes
+USE_GCC=	yes
 USE_GITHUB=	yes
 GH_PROJECT=	linux
 
@@ -33,7 +33,7 @@ ALL_TARGET=	lklfuse
 MAKE_JOBS_UNSAFE=yes
 MAKE_ARGS+=	V=1
 # Need ports versions of 'bc', 'ld' to build!
-MAKE_ARGS+=	PATH="${LOCALBASE}/bin:${PATH}"
+MAKE_ARGS+=	PATH="${LOCALBASE}/bin:${PATH}" CC="${CC}" HOSTCC="${CC}"
 
 PLIST_FILES=	bin/lklfuse lib/liblkl.a
 


More information about the svn-ports-all mailing list