1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Mark as broken on gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-01 09:52:51 +00:00
parent a820a3a531
commit b3363ecf65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200538

View File

@ -28,6 +28,10 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
BROKEN= "Does not compile on !i386 and !sparc64"
.endif