aboutsummaryrefslogtreecommitdiffstats
path: root/games/8kingdoms
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-25 08:39:13 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-25 08:39:13 +0800
commit774326d25e3beb0f5f56e0d80b6ad11010041f9a (patch)
tree9239dcf78fb3c46dc57db39f27725949070185c2 /games/8kingdoms
parent189195b84bdfebe73f294746d066a11cfd803fc1 (diff)
downloadfreebsd-ports-gnome-774326d25e3beb0f5f56e0d80b6ad11010041f9a.tar.gz
freebsd-ports-gnome-774326d25e3beb0f5f56e0d80b6ad11010041f9a.tar.zst
freebsd-ports-gnome-774326d25e3beb0f5f56e0d80b6ad11010041f9a.zip
Mark as broken on amd64-7 (and, presumably, sparc64-7).
Diffstat (limited to 'games/8kingdoms')
-rw-r--r--games/8kingdoms/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile
index fddcfb943066..f9849535a44b 100644
--- a/games/8kingdoms/Makefile
+++ b/games/8kingdoms/Makefile
@@ -76,4 +76,12 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>