diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-09-19 16:45:32 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-09-19 16:45:32 +0000 |
commit | 7bee832705bc872306bff5861cc95de4bba29dfb (patch) | |
tree | 25825802ef6c0a5a82d473c6e057ff89a7b893fe /audio | |
parent | 5e17b4e2a21a582c9d4a3f847dccba38c910acbf (diff) |
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@
Notes
Notes:
svn path=/head/; revision=327642
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/flake/Makefile b/audio/flake/Makefile index 95e073b8b01a..6b7462e96a88 100644 --- a/audio/flake/Makefile +++ b/audio/flake/Makefile @@ -12,6 +12,7 @@ COMMENT= FLAC audio encoder LICENSE= LGPL21 +CONFIGURE_ARGS+= --cc="${CC}" HAS_CONFIGURE= yes USE_BZIP2= yes USES= gmake |