summaryrefslogtreecommitdiff
path: root/lang/gambas
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-01 20:36:10 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-01 20:36:10 +0000
commit5f40e2cac1e52f21759a265173f122482aaaa4c3 (patch)
tree60a1236f1e13d404149c5fcd58a7c7f418bb058e /lang/gambas
parentNow fetchable again. (diff)
Mark BROKEN on ia64.
Note: the author knowns problems on 64 bits platform, and they will be addressed. Reported by: Kris via pointyhat.
Notes
Notes: svn path=/head/; revision=134469
Diffstat (limited to 'lang/gambas')
-rw-r--r--lang/gambas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile
index d5c8b067b366..7c57344c4674 100644
--- a/lang/gambas/Makefile
+++ b/lang/gambas/Makefile
@@ -67,8 +67,8 @@ PLIST_SUB+= XML="@comment "
BROKEN= "Does not compile with gcc-2.95"
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Segfault during build on sparc64"
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+BROKEN= "Segfault during build on ${ARCH}"
.endif
.if ${OSVERSION} < 502110