summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 17:51:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 17:51:22 +0000
commitca25eece27b64b4b87f08342b361b4b8de389756 (patch)
tree031fa283b3453611d04a6fe2990dc4312f36affb /emulators
parent- Update to 1.0.5 (diff)
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.
Notes
Notes: svn path=/head/; revision=94715
Diffstat (limited to 'emulators')
-rw-r--r--emulators/generator/Makefile7
1 files changed, 7 insertions, 0 deletions
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 <bsd.port.post.mk>