BROKEN on !i386 and >= 6.0: Internal compiler error

This commit is contained in:
Kris Kennaway 2005-10-28 22:55:02 +00:00
parent 9ac78a149e
commit 605564f1df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146606

View File

@ -19,4 +19,10 @@ USE_MOTIF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
BROKEN= "Internal compiler error during build on FreeBSD >= 6.0 and !i386"
.endif
.include <bsd.port.post.mk>