diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:39:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:39:45 +0000 |
commit | 4c7d3f760071dcb0ac1a7b478a79f740cef915be (patch) | |
tree | bbf2390d496b88463d0870c0337fe8ef497e36fb /games/diameter | |
parent | a93377b57016b3054688ca01a243aa6a817b1bed (diff) |
Notes
Diffstat (limited to 'games/diameter')
-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: |