aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 07:45:15 +0800
committerkris <kris@FreeBSD.org>2004-03-07 07:45:15 +0800
commit00c8bcea167eee2d87ec081838b930e438dc0fc9 (patch)
tree01c771351658374bd7e42b3469554bd2f56effce
parent0411517e5a785fc3e03ecfea67c7e3865c79cbdb (diff)
downloadfreebsd-ports-gnome-00c8bcea167eee2d87ec081838b930e438dc0fc9.tar.gz
freebsd-ports-gnome-00c8bcea167eee2d87ec081838b930e438dc0fc9.tar.zst
freebsd-ports-gnome-00c8bcea167eee2d87ec081838b930e438dc0fc9.zip
BROKEN on !i386 and !alpha: Does not compile due to included boehm-gc
-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>