summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/clisp/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 29e43dbc645..bbaec65bb64 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2011/01/13 13:53:28 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2011/04/20 19:42:17 hans Exp $
#
DISTNAME= clisp-2.49
@@ -49,6 +49,14 @@ TEST_TARGET= check mod-check
CONFIGURE_ARGS+= --disable-mmap
.endif
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+= bash
+CONFIG_SHELL= ${TOOLS_PATH.bash}
+.endif
+
+post-extract:
+ (cd ${WRKSRC} && ${CP} -p src/gllib/mbrtowc.c modules/syscalls/gllib)
+
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"