From 506ffc5b30738a99b8e1fff0d02109199bd99671 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 10:53:42 +0000 Subject: Mark as broken with gcc4.2. While here, pet portlint. --- games/amy/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'games') 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 +.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: -- cgit v1.2.3