diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-10-20 07:31:33 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-10-20 07:31:33 +0000 |
commit | 2007a502782dcbb9b57b19cad458224b166268c7 (patch) | |
tree | a53ab2aead54e5d048cde6ce54394182ba2223f1 /multimedia | |
parent | 2a9d3078c5ef4f5becabe9857aeb854ed209205a (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/audacious/Makefile | 3 |
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}" |