1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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.
This commit is contained in:
Mark Linimon 2003-11-22 17:51:22 +00:00
parent 06f5c6af03
commit ca25eece27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94715

View File

@ -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>