BROKEN on !i386: Does not build

This commit is contained in:
Kris Kennaway 2004-11-18 22:23:27 +00:00
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

View file

@ -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}

View file

@ -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: