aboutsummaryrefslogtreecommitdiff
path: root/games/uox3
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
commit9a0d0575be112a06e86c667ac754258a70d16b96 (patch)
treec577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /games/uox3
parent0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff)
downloadports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz
ports-9a0d0575be112a06e86c667ac754258a70d16b96.zip
Notes
Diffstat (limited to 'games/uox3')
-rw-r--r--games/uox3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile
index 739674bd80a1..52f8f5146ded 100644
--- a/games/uox3/Makefile
+++ b/games/uox3/Makefile
@@ -26,6 +26,12 @@ USE_GMAKE= YES
MAKEFILE= makefile
ALL_TARGET= linux
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
do-build:
cd ${WRKSRC}/dev && ${GMAKE} -f ${MAKEFILE} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ${ALL_TARGET}
@@ -50,4 +56,4 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>