svn commit: r503375 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 3 11:27:35 UTC 2019


Author: bapt
Date: Mon Jun  3 11:27:34 2019
New Revision: 503375
URL: https://svnweb.freebsd.org/changeset/ports/503375

Log:
  Respect CC
  
  Submitted by:	tijl

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Jun  3 11:05:28 2019	(r503374)
+++ head/ports-mgmt/pkg/Makefile	Mon Jun  3 11:27:34 2019	(r503375)
@@ -22,6 +22,7 @@ HAS_CONFIGURE=	yes
 PORTDOCS=	NEWS
 PORTSCOUT=	ignore:1
 CONFIGURE_ARGS=	--mandir=${PREFIX}/man --prefix="${PREFIX}"
+CONFIGURE_ENV=	CC_FOR_BUILD="${CC}"
 
 # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
 # so that pkg-static is used from the wrkdir


More information about the svn-ports-all mailing list