BROKEN on !i386: Hard-codes i386-specific compiler flags

This commit is contained in:
Kris Kennaway 2006-01-14 09:33:27 +00:00
parent a548ee3258
commit 57c2bbdaa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153434

View file

@ -37,16 +37,8 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64"
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not build on ia64"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Can't build on 4.x"
.if ${ARCH} != "i386"
BROKEN= "Does not build on !i386 (hardcodes i386-specific compiler flags)"
.endif
pre-build: