summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2006-01-15 07:55:28 +0000
committeruebayasi <uebayasi>2006-01-15 07:55:28 +0000
commitdbc593573779da8b599209ff4826cffd38bd1e04 (patch)
tree62e1125a6232faa502d9dff673c9f70aa2242907 /lang/gauche
parent834a71af2356b4f5f41fb4da82773424f9e624e3 (diff)
downloadpkgsrc-dbc593573779da8b599209ff4826cffd38bd1e04.tar.gz
Explicitly specify encoding as "utf-8", which is used as default
in 0.8.6; hopefully fix build on Darwin.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 61960bf4873..237c52d8a69 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/12/09 15:38:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.33 2006/01/15 07:55:28 uebayasi Exp $
#
DISTNAME= Gauche-0.8.6
@@ -24,6 +24,7 @@ SUBST_SED.lgdbm= -e 's|"-lgdbm"|"${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gdbm}/
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
+CONFIGURE_ARGS+= --enable-multibyte=utf-8
CONFIGURE_ARGS+= --enable-threads=none # must match w/ boehm-gc
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"