From 6bb4166aa15331143a071c7a6e327bac01405030 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 1 May 2011 22:45:59 +0000 Subject: - Disallow from amd64/9 on pointyhat, segfaults during build Reported by: pointyhat --- lang/gauche/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gauche') 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 -- cgit