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-09-30 08:19:31 +00:00
parent f02322d228
commit 0a5bd314f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200434

View File

@ -42,9 +42,8 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
for building
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>