- Remove '-Werror' compiler flag to build fine with GCC 4.x.

Reported by:	pointyhat
This commit is contained in:
Alejandro Pulver 2007-02-04 18:03:31 +00:00
parent 09ec76eeae
commit d1a1efcd3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184143

View File

@ -18,7 +18,8 @@ COMMENT= First Person Shooter with many addons available
USE_AUTOTOOLS= autoconf:259 libtool:15
USE_BZIP2= yes
CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/'
CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/' \
--disable-warn
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
OPTIONS= AO "Build libao sound module" off \