BROKEN on !i386: Hard-codes i386-specific compiler flags
This commit is contained in:
parent
a548ee3258
commit
57c2bbdaa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153434
1 changed files with 2 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue