aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-23 11:34:48 +0800
committerkris <kris@FreeBSD.org>2006-01-23 11:34:48 +0800
commit86e9d2765cbc319cbb5eaf937c0f4353573d27bf (patch)
tree596a5326bdf541b432e96f11b41f421052edc2ce
parent15d15ada20df7f032523fec0f1a921a1e3ce3964 (diff)
downloadfreebsd-ports-gnome-86e9d2765cbc319cbb5eaf937c0f4353573d27bf.tar.gz
freebsd-ports-gnome-86e9d2765cbc319cbb5eaf937c0f4353573d27bf.tar.zst
freebsd-ports-gnome-86e9d2765cbc319cbb5eaf937c0f4353573d27bf.zip
BROKEN on ia64 too
-rw-r--r--graphics/ruby-tgif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile
index b925e2d73b37..410d538ebfd7 100644
--- a/graphics/ruby-tgif/Makefile
+++ b/graphics/ruby-tgif/Makefile
@@ -36,8 +36,8 @@ DOCS_JA= ChangeLog.ja README.ja
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not build on amd64 (missing -fPIC)"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= Does not build on amd64 or ia64 (missing -fPIC)
.endif
post-extract: