summaryrefslogtreecommitdiff
path: root/emulators/generator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/generator/Makefile')
-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>