diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/amy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/amy/Makefile b/games/amy/Makefile index 54e792650a12..c858c3c66477 100644 --- a/games/amy/Makefile +++ b/games/amy/Makefile @@ -26,8 +26,12 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} == "amd64" -BROKEN= "Segfault during build on amd64" +BROKEN= Segfault during build on amd64 .endif post-extract: |