diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-12 10:56:39 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-12 10:56:39 +0000 |
commit | 72c33476e4a423797d289ce32a5dcdd1166ed961 (patch) | |
tree | 38d08bf8406f5681ae2dccabd04bf228fc7fdd2a /audio/xmms-mac | |
parent | A bunch of cosmetic changes: (diff) |
- 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/xmms-mac')
-rw-r--r-- | audio/xmms-mac/Makefile | 2 |
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" |