1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-01 08:03:08 +00:00
parent e43831a81a
commit 591fc65221
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200512

View File

@ -30,4 +30,10 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nepim ${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>