aboutsummaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-01 22:45:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-01 22:45:59 +0000
commit8e3e00e70de701af30dbc6f314df837f6c0eacde (patch)
tree7c19c8015b7fb8b60349f7a2b2a307ce8d09b947 /lang/gauche
parent143e0c72374d193f31a30e2168fd80b2fc08fc33 (diff)
downloadports-8e3e00e70de701af30dbc6f314df837f6c0eacde.tar.gz
ports-8e3e00e70de701af30dbc6f314df837f6c0eacde.zip
Notes
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 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