diff options
-rw-r--r-- | games/adgali/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 0feb2315e7d2..5b699cb3f561 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -34,6 +34,10 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= "Does not build with gcc 4.2" +.endif + .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 BROKEN= "Configure fails" .endif |