1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

BROKEN on ia64: Configure fails

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:54:49 +00:00
parent 041c38e48b
commit b3fe3ac7fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132024

View File

@ -38,8 +38,8 @@ MANPAGES= gdb.1:gdb run.1:sim/common
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Configure fails on amd64 and ia64"
.endif
.if ${ARCH} == "sparc64"