1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

BROKEN on ia64 also

This commit is contained in:
Kris Kennaway 2004-12-11 22:24:25 +00:00
parent 1bd92e1ca8
commit 4c86a6c5ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123778

View File

@ -28,8 +28,8 @@ USE_X_PREFIX= yes
CONFIGURE_ARGS+= --enable-x86
.endif
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (tries to link static library against shared)"
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not build on amd64 or ia64 (tries to link static library against shared)"
.endif
.include <bsd.port.post.mk>