diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:45:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:45:59 +0000 |
commit | 8e3e00e70de701af30dbc6f314df837f6c0eacde (patch) | |
tree | 7c19c8015b7fb8b60349f7a2b2a307ce8d09b947 /lang/gauche/Makefile | |
parent | 143e0c72374d193f31a30e2168fd80b2fc08fc33 (diff) |
Notes
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r-- | lang/gauche/Makefile | 4 |
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 |