1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Mark broken on gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 08:27:46 +00:00
parent a8d327485a
commit 75b9cb31ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200436

View File

@ -26,4 +26,10 @@ pre-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
.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>