Date: Thu, 19 Sep 2013 16:45:32 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327642 - head/audio/flake Message-ID: <201309191645.r8JGjWYT088546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191645.r8JGjWYT088546>