[108698] trunk/dports/audio/cmus/Portfile
Revision: 108698 https://trac.macports.org/changeset/108698 Author: ryandesign@macports.org Date: 2013-07-30 21:20:08 -0700 (Tue, 30 Jul 2013) Log Message: ----------- cmus: put quotes around values added to configure.args to fix configure failure with MacPorts 2.2 (#39904) Modified Paths: -------------- trunk/dports/audio/cmus/Portfile Modified: trunk/dports/audio/cmus/Portfile =================================================================== --- trunk/dports/audio/cmus/Portfile 2013-07-31 04:03:16 UTC (rev 108697) +++ trunk/dports/audio/cmus/Portfile 2013-07-31 04:20:08 UTC (rev 108698) @@ -33,8 +33,9 @@ configure.args prefix=${prefix} CONFIG_FLAC=n CONFIG_MIKMOD=n \ CONFIG_MODPLUG=n CONFIG_MPC=n CONFIG_FFMPEG=n \ CONFIG_AAC=n CONFIG_MP4=n CONFIG_MAD=y CONFIG_VORBIS=y \ - HOSTCC=${configure.cc} HOST_CFLAGS=${configure.cflags} \ - HOST_LDFLAGS=${configure.ldflags} + HOSTCC="${configure.cc}" \ + HOST_CFLAGS="${configure.cflags}" \ + HOST_LDFLAGS="${configure.ldflags}" variant aac description {Support aac files} { depends_lib-append port:faad2 path:lib/libmp4v2.dylib:mp4v2
participants (1)
-
ryandesign@macports.org