diff options
-rw-r--r-- | games/diameter/Makefile | 6 |
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: |