This is BROKEN everywhere except i386 4.x.
This commit is contained in:
parent
11a96072fc
commit
4f2a7ac379
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103932
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue