svn commit: r529232 - head/graphics/netpbm

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 27 07:35:12 UTC 2020


Author: tobik
Date: Fri Mar 27 07:35:00 2020
New Revision: 529232
URL: https://svnweb.freebsd.org/changeset/ports/529232

Log:
  graphics/netpbm: Reexport CC
  
  Support inheriting CC from the build environment.  `make CC=foo`
  works like it should but `env CC=foo make` does not.
  
  PR:		245076

Modified:
  head/graphics/netpbm/Makefile

Modified: head/graphics/netpbm/Makefile
==============================================================================
--- head/graphics/netpbm/Makefile	Fri Mar 27 07:25:16 2020	(r529231)
+++ head/graphics/netpbm/Makefile	Fri Mar 27 07:35:00 2020	(r529232)
@@ -34,6 +34,7 @@ SHEBANG_FILES=	buildtools/makeman converter/pbm/pbmtox
 
 MAKEFILE=	GNUmakefile
 MAKE_ARGS=	BINMODE=${BINMODE} \
+		CC=${CC} \
 		DATADIR=${DATADIR} \
 		DATAMODE=${_SHAREMODE} \
 		DIRMODE=755 \


More information about the svn-ports-head mailing list