mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
@ -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 New Issue
Block a user