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-04 15:47:28 +00:00
parent 8f912a17bf
commit 249c805f93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200828

View File

@ -40,8 +40,12 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 or ia64"
BROKEN= Does not build on amd64 or ia64
.endif
.include <bsd.port.post.mk>