aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gxine
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-26 16:09:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-26 16:09:53 +0000
commit1ba976f1d3079b8e327eabcc48ad25d41330d6b8 (patch)
tree844d2ba41e9faafb856f58f262d0f41524d5c52b /multimedia/gxine
parent3a3ffafe237b8c61b1477b0e298e8d71a1e5a81e (diff)
downloadports-1ba976f1d3079b8e327eabcc48ad25d41330d6b8.tar.gz
ports-1ba976f1d3079b8e327eabcc48ad25d41330d6b8.zip
- Fix build on 6.X when CFLAGS is defined in make.conf
- Remove unneeded args for configure PR: 123106 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=212028
Diffstat (limited to 'multimedia/gxine')
-rw-r--r--multimedia/gxine/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index 68e6e9c5bd64..dab1f54e14c6 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -23,8 +23,6 @@ USE_GMAKE= yes
USE_XORG= x11 xaw ice
MAKE_ARGS+= LDFLAGS=-shared-libgcc
CNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --without-hal
INSTALLS_ICONS= yes
@@ -38,7 +36,7 @@ OPTIONS= MOZILLA_PLUGIN "Install Mozilla plugin" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
+.if ${OSVERSION} < 700000
CFLAGS+= -O2
.endif