From ca25eece27b64b4b87f08342b361b4b8de389756 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Nov 2003 17:51:22 +0000 Subject: Mark as broken on latest 5.1 due to gcc3.3's pickier preprocessor. Mark as not for alpha because the configure script doesn't understand alpha. Noticed by: bento. --- emulators/generator/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emulators') diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index b60fee59b5d4..c71260df25f4 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.squish.net/generator/files/ MAINTAINER= ports@FreeBSD.org COMMENT= SEGA Genesis emulator +# apparently the configure script can't handle this +NOT_FOR_ARCHS= alpha + LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 .if (${MACHINE_ARCH} == "i386") @@ -52,4 +55,8 @@ post-patch: s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure .endif +.if ${OSVERSION} >= 501102 +BROKEN= "Fails to compile due to gcc3.3 preprocessor" +.endif + .include -- cgit v1.2.3