summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:53:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:53:42 +0000
commit506ffc5b30738a99b8e1fff0d02109199bd99671 (patch)
tree5ee693059adfe468d4581f282667620a23ee9d48 /games
parentMark as broken with gcc4.2 on amd64. It may be broken with gcc4.2 on (diff)
Mark as broken with gcc4.2. While here, pet portlint.
Notes
Notes: svn path=/head/; revision=200650
Diffstat (limited to 'games')
-rw-r--r--games/amy/Makefile6
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: