diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-27 00:09:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-27 00:09:53 +0800 |
commit | 0b7971bf50e6009df8fdba818b0c8d7b99fb3fbe (patch) | |
tree | e3c1064928bd8a6c203d421187eab146de585a59 /multimedia | |
parent | 721ebe40017780d4e27f5d834e2ed6cbd5533c2c (diff) | |
download | freebsd-ports-gnome-0b7971bf50e6009df8fdba818b0c8d7b99fb3fbe.tar.gz freebsd-ports-gnome-0b7971bf50e6009df8fdba818b0c8d7b99fb3fbe.tar.zst freebsd-ports-gnome-0b7971bf50e6009df8fdba818b0c8d7b99fb3fbe.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)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 4 |
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 |