diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2006-01-15 07:55:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2006-01-15 07:55:28 +0000 |
commit | 906cf8185135b2335fb02f9f4c82c39259982a7e (patch) | |
tree | 62e1125a6232faa502d9dff673c9f70aa2242907 /lang | |
parent | 0ad8d389516b7ba2b865be67635384f096b4e2e1 (diff) | |
download | pkgsrc-906cf8185135b2335fb02f9f4c82c39259982a7e.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')
-rw-r--r-- | lang/gauche/Makefile | 3 |
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" |