This is BROKEN everywhere except i386 4.x.

This commit is contained in:
Kris Kennaway 2004-03-14 01:41:35 +00:00
parent 11a96072fc
commit 4f2a7ac379
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103932

View file

@ -22,8 +22,8 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.if ${OSVERSION} >= 501000 || ${ARCH} != "i386"
BROKEN= "Does not compile on FreeBSD ${OSVERSION} or on !i386"
.endif
post-patch: