aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-12-12 18:56:39 +0800
committerstas <stas@FreeBSD.org>2006-12-12 18:56:39 +0800
commit672130b176547d2bf63a31b58a43273181c2e766 (patch)
tree310a339b8419b6f7d7e5cd0a02a40bd7c5f46c78 /audio
parent17ce5f54dc7beb92045af5aea3df9ed275107682 (diff)
downloadfreebsd-ports-672130b176547d2bf63a31b58a43273181c2e766.tar.gz
freebsd-ports-672130b176547d2bf63a31b58a43273181c2e766.tar.zst
freebsd-ports-672130b176547d2bf63a31b58a43273181c2e766.zip
- Quote CPPFLAGS in CONFIGURE_ARGS to avoid problems when CPPFLAGS is already
set in the make enviropment. Approved by: maintainer (<arundel@h3c.de>)
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-mac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile
index 1f7ef979d026..600630fcd030 100644
--- a/audio/xmms-mac/Makefile
+++ b/audio/xmms-mac/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= CPPFLAGS=${CPPFLAGS}
+CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS}"
USE_AUTOTOOLS= autoconf:259
CPPFLAGS+= "-I${LOCALBASE}/include"