summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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