Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 07:35:00 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529232 - head/graphics/netpbm
Message-ID:  <202003270735.02R7Z0oS019158@repo.freebsd.org>

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



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