pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libiconv Explicitly disable NLS. This shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77571fe84a1e
branches:  trunk
changeset: 514127:77571fe84a1e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 08 03:56:21 2006 +0000

description:
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:

 converters/libiconv/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d4377b639590 -r 77571fe84a1e converters/libiconv/Makefile
--- a/converters/libiconv/Makefile      Thu Jun 08 03:30:37 2006 +0000
+++ b/converters/libiconv/Makefile      Thu Jun 08 03:56:21 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index