summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-10-20 07:31:33 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-10-20 07:31:33 +0000
commit2007a502782dcbb9b57b19cad458224b166268c7 (patch)
treea53ab2aead54e5d048cde6ce54394182ba2223f1 /multimedia
parentFix plist. (diff)
Fix build for users trying to upgrade audacious, by removing CPPFLAGS
assignment from the port Makefile. It was causing header conflicts between the previously installed version and the port build. PR: ports/104101 Submitted by: Roland Smith <rsmith@xs4all.nl> Approved by: portmgr (erdwin)
Notes
Notes: svn path=/head/; revision=175425
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/audacious-plugins/Makefile3
-rw-r--r--multimedia/audacious/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 0eec645b7363..3d752c2168e7 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -27,8 +27,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
INPUT_PLUGINS="${INPUT_PLUGINS}" \
OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index 0eec645b7363..3d752c2168e7 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -27,8 +27,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
INPUT_PLUGINS="${INPUT_PLUGINS}" \
OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"