summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:39:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:39:45 +0000
commit4c7d3f760071dcb0ac1a7b478a79f740cef915be (patch)
treebbf2390d496b88463d0870c0337fe8ef497e36fb
parentMark as broken with gcc4.2 on 64-bit archs. While here, remove (diff)
Mark broken with gcc4.2. While here, remove obsolete cruft.
Notes
Notes: svn path=/head/; revision=200647
-rw-r--r--games/diameter/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile
index 4457cf859c46..6dc38220cc1d 100644
--- a/games/diameter/Makefile
+++ b/games/diameter/Makefile
@@ -36,8 +36,10 @@ DATADIR= ${PREFIX}/share/gamediameter
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on FreeBSD 4.x
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
.endif
post-patch: