summaryrefslogtreecommitdiffstats
path: root/games/exult
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerkris <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commit3ee20a81fbe38cbba4000ad893e1ac81e953f2eb (patch)
tree965567cbb664ce2d1956915bd4daa13e8e6e1241 /games/exult
parent0ccd4067feff5266b8b5bc29943d9c4ca415e847 (diff)
downloadFreeBSD-ports-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.zip
FreeBSD-ports-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.gz
BROKEN with gcc 4.2
Diffstat (limited to 'games/exult')
-rw-r--r--games/exult/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile
index a3c479f..3c41a2b 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -27,6 +27,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= expack.1 ipack.1 shp2pcx.1 splitshp.1 textpack.1
MAN6= exult.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|desktop||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure
@@ -40,4 +46,4 @@ post-install:
.endif
@${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|' <${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud