- 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)
This commit is contained in:
Martin Wilke 2008-04-26 16:09:53 +00:00
parent 3a3ffafe23
commit 1ba976f1d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212028

View file

@ -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