Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 05:36:42 +00:00
parent c1dc7bd8aa
commit 3b13ed569d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200598
4 changed files with 25 additions and 3 deletions

View file

@ -30,4 +30,10 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
.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

@ -24,4 +24,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.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

@ -41,4 +41,10 @@ pre-everything::
@${ECHO_MSG} "Use WITH_IMLIB=yes to enable these features."
@${ECHO_MSG} ""
.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

@ -35,6 +35,10 @@ OPTIONS= BPP8 "With BPP8" Off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
post-patch:
.ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH)
${REINPLACE_CMD} -e 's/%%BPP%%/BPP32/' ${WRKSRC}/Makefile