forked from Lainports/freebsd-ports
Remove 'always true' condition
This commit is contained in:
parent
fa40826706
commit
024cdb0356
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ PLIST_FILES= bin/mpmf20
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == i386 && ${OSVERSION} > 500000 && ${OSVERSION} < 502108
|
||||
.if ${ARCH} == i386 && ${OSVERSION} < 502108
|
||||
BROKEN= ffs() clash, see i386/41930
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue