aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gauche
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index a8ac034955f..5de10a35fc0 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