svn commit: r327642 - head/audio/flake

David Naylor dbn at FreeBSD.org
Thu Sep 19 16:45:33 UTC 2013


Author: dbn
Date: Thu Sep 19 16:45:32 2013
New Revision: 327642
URL: http://svnweb.freebsd.org/changeset/ports/327642

Log:
  Import audio/flake's configure file about custom $CC.
  
  Most of the parameters are picked up through environment variables however
  CC is not one of them.
  
  Reported by:	pkg-fallout@

Modified:
  head/audio/flake/Makefile

Modified: head/audio/flake/Makefile
==============================================================================
--- head/audio/flake/Makefile	Thu Sep 19 16:38:38 2013	(r327641)
+++ head/audio/flake/Makefile	Thu Sep 19 16:45:32 2013	(r327642)
@@ -12,6 +12,7 @@ COMMENT=	FLAC audio encoder
 
 LICENSE=	LGPL21
 
+CONFIGURE_ARGS+=	--cc="${CC}"
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
 USES=		gmake


More information about the svn-ports-all mailing list