aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gambas
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 06:33:30 +0800
committerkris <kris@FreeBSD.org>2005-03-27 06:33:30 +0800
commite41d0269a0064c34a2257fe83a63ff9c6e273207 (patch)
treea50b221076d4b8d12de07d1331ac7d60b1810014 /lang/gambas
parentd4b2697de02245482f92c386ba5a22f81cb62f86 (diff)
downloadfreebsd-ports-gnome-e41d0269a0064c34a2257fe83a63ff9c6e273207.tar.gz
freebsd-ports-gnome-e41d0269a0064c34a2257fe83a63ff9c6e273207.tar.zst
freebsd-ports-gnome-e41d0269a0064c34a2257fe83a63ff9c6e273207.zip
BROKEN on sparc64: segfault during build
Approved by: portmgr (self)
Diffstat (limited to 'lang/gambas')
-rw-r--r--lang/gambas/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile
index 98ee5b55387e..937e0869a85f 100644
--- a/lang/gambas/Makefile
+++ b/lang/gambas/Makefile
@@ -61,6 +61,10 @@ PLIST_SUB+= XML="@comment "
BROKEN= "Does not compile with gcc-2.95"
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Segfault during build on sparc64"
+.endif
+
.if ${OSVERSION} < 502110
RUN_DEPENDS+= pgrep:${PORTSDIR}/sysutils/pkill
.endif