diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-04 18:03:31 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-04 18:03:31 +0000 |
commit | d1a1efcd3cc92a0768e5bc4d68620449a3ba379a (patch) | |
tree | 0bcf8dbef612874ef79389a69c25cf658fd942dc /games/quake2forge | |
parent | 09ec76eeaeebb8ef43120e2bd3bb8845010340e3 (diff) |
- Remove '-Werror' compiler flag to build fine with GCC 4.x.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=184143
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index cec67f1967ed..1b433a5af101 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -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 \ |