aboutsummaryrefslogtreecommitdiffstats
path: root/games/fuhquake/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-11-15 16:33:17 +0800
committerfjoe <fjoe@FreeBSD.org>2007-11-15 16:33:17 +0800
commita9fccf186da8253c209bce327fdb35322806d9ec (patch)
treece081a5796a950a995f16a665deb4f9c2297d931 /games/fuhquake/Makefile
parent6f946385e1c7f4067e4437036365a754197d2e32 (diff)
downloadfreebsd-ports-gnome-a9fccf186da8253c209bce327fdb35322806d9ec.tar.gz
freebsd-ports-gnome-a9fccf186da8253c209bce327fdb35322806d9ec.tar.zst
freebsd-ports-gnome-a9fccf186da8253c209bce327fdb35322806d9ec.zip
Fix gcc 4.2 build.
Approved by: portmgr (pav), MAINTAINER (danfe)
Diffstat (limited to 'games/fuhquake/Makefile')
-rw-r--r--games/fuhquake/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile
index dd4cd79cc301..461eca70da62 100644
--- a/games/fuhquake/Makefile
+++ b/games/fuhquake/Makefile
@@ -39,10 +39,6 @@ MAKE_ENV= DATADIR="${DATADIR}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
.if !defined(WITH_GLX) && !defined(WITH_X11)
IGNORE= needs at least one client (GLX or X11)
.endif