aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-11-30 06:41:36 +0800
committermm <mm@FreeBSD.org>2010-11-30 06:41:36 +0800
commit04376dd05021d67fc0bffa566eb6971dce78b364 (patch)
tree6b3770d367925c7b34b6f711a4ae76fef21d5755 /multimedia
parentbc517647565a7ce7fd6b8dcff3a315b70f356b76 (diff)
downloadfreebsd-ports-gnome-04376dd05021d67fc0bffa566eb6971dce78b364.tar.gz
freebsd-ports-gnome-04376dd05021d67fc0bffa566eb6971dce78b364.tar.zst
freebsd-ports-gnome-04376dd05021d67fc0bffa566eb6971dce78b364.zip
- Remove duplicate extra-cflags and extra-ldflags
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index bb13bc71789f..cef27f954023 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -41,8 +41,8 @@ OPTIONS= DEBUG "Enable Debugging" Off \
GPAC "Enable MPEG-4 Output" On \
X11_OUTPUT "Enable X11 Output" Off
-CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${LOCALBASE}/include" \
- --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${LOCALBASE}/lib" \
+CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include" \
+ --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib" \
--enable-shared
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin