Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-04 09:08:35 +00:00
parent f5abef1780
commit 81d8e8c659
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200812
2 changed files with 11 additions and 1 deletions

View File

@ -38,4 +38,10 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>

View File

@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif