BROKEN on !i386: Does not build
This commit is contained in:
parent
400162683c
commit
6e1ffea754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121925
2 changed files with 4 additions and 4 deletions
|
@ -54,8 +54,8 @@ CONFIGURE_ARGS+= --without-debug \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Build fails on amd64"
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Build fails on !i386"
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
|
|
@ -34,8 +34,8 @@ OPTIONS= DEBUG "Turn on debugging" on
|
|||
CONFIGURE_ARGS+= --enable-debug=no
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not build on sparc64"
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not build on !i386"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue