summaryrefslogtreecommitdiffstats
path: root/games/diameter
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 10:39:45 +0000
committerlinimon <linimon@FreeBSD.org>2007-10-02 10:39:45 +0000
commite36a2816644a09b6fee532d05c148e68ec37bba7 (patch)
tree8301e4d0486362adf8103d46f1e6b1233c4b4b3e /games/diameter
parent529fa51ab571bf72b4931872a7993e2f6c7cde0c (diff)
downloadFreeBSD-ports-e36a2816644a09b6fee532d05c148e68ec37bba7.zip
FreeBSD-ports-e36a2816644a09b6fee532d05c148e68ec37bba7.tar.gz
Mark broken with gcc4.2. While here, remove obsolete cruft.
Diffstat (limited to 'games/diameter')
-rw-r--r--games/diameter/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile
index 4457cf8..6dc3822 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:
OpenPOWER on IntegriCloud