BROKEN on amd64: Does not compile
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue