summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-08 03:56:21 +0000
committerjlam <jlam@pkgsrc.org>2006-06-08 03:56:21 +0000
commit536c7f63b3f31ab6dde4ce7cc008cd41ded73d0f (patch)
treec1a19e37a0999e383393f3e94ba75ee050306001 /converters/libiconv
parent0c1e91164b5edcf657af3fb20476265817eb30bb (diff)
downloadpkgsrc-536c7f63b3f31ab6dde4ce7cc008cd41ded73d0f.tar.gz
Explicitly disable NLS. This should fix PLIST problems on Linux,
where glibc has its own gettext functions and the configure script was picking it up and as a result the install process copied a lot of *.mo files into ${PREFIX}.
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index f49e1ab6168..b82c2015efc 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/12/29 06:21:34 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2006/06/08 03:56:21 jlam Exp $
DISTNAME= libiconv-1.10
PKGREVISION= 3
@@ -18,6 +18,12 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+# Explicitly disable NLS since libiconv is a dependency for gettext-lib
+# and we don't want libiconv to pick up any NLS functions from libc
+# if they exist.
+#
+CONFIGURE_ARGS+= --disable-nls
+
TEST_TARGET= check
EGDIR= ${PREFIX}/share/examples/libiconv