BROKEN on amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-19 11:16:32 +00:00
parent 9010e4772a
commit bf7d9bd3d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104612
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
.if (${ARCH} != "amd64") && (${ARCH} != "i386")
.if ${ARCH} != "i386"
BROKEN= "does not build on ${ARCH}"
.endif

View file

@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
.include <bsd.port.pre.mk>
.if (${ARCH} != "amd64") && (${ARCH} != "i386")
.if ${ARCH} != "i386"
BROKEN= "does not build on ${ARCH}"
.endif