summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-06 23:45:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-06 23:45:15 +0000
commitf9b5468a4828e757356841988f64c245f3962388 (patch)
tree8d2b936aefa91fb2b50afc8a64bc648a4043b9b1 /lang/gauche
parentBROKEN on sparc64: Install fails (diff)
BROKEN on !i386 and !alpha: Does not compile due to included boehm-gc
Notes
Notes: svn path=/head/; revision=103151
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 1b84e64d6dbd..0b634e9cc965 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -43,6 +43,12 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
INFO= gauche-refe gauche-refj
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha (due to included boehm-gc)"
+.endif
+
post-build:
${REINPLACE_CMD} 's/gauche-refj. info/gauche-refj.info/' ${WRKSRC}/doc/gauche-refj.info
@@ -60,4 +66,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>