aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gauche/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index a8ac034955f7..5de10a35fc07 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -54,6 +54,10 @@ INFO= gauche-refe gauche-refj
BROKEN= Does not compile on ${ARCH}
.endif
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
+MANUAL_PACKAGE_BUILD= segfaults on pointyhat
+.endif
+
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|all: info|all:|' ${WRKSRC}/doc/Makefile.in