summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-28 23:43:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-28 23:43:38 +0000
commit757da26c4e9d00e289296ce1b578fa3f864bf079 (patch)
treed71899b9be23a8e1e01cdeed327ccb2d358e5eca /devel/gettext-lib
parentda3d6a7ca56ef1c8aa9cce6097ccf20d048f647b (diff)
downloadpkgsrc-757da26c4e9d00e289296ce1b578fa3f864bf079.tar.gz
Make BROKEN_GETTEXT_DETECTION=no the default for pkgsrc.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r--devel/gettext-lib/builtin.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk
index defc6ccfeef..50f2a34b196 100644
--- a/devel/gettext-lib/builtin.mk
+++ b/devel/gettext-lib/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.27 2005/08/20 12:04:09 jmmv Exp $
+# $NetBSD: builtin.mk,v 1.28 2006/02/28 23:43:38 joerg Exp $
BUILTIN_PKG:= gettext
@@ -178,11 +178,7 @@ BUILDLINK_LDADD.gettext?= ${_BLTN_LIBINTL}
# If BROKEN_GETTEXT_DETECTION is "yes", then automatically add "-lintl"
# to LIBS to workaround this brokenness.
#
-# XXX Nowadays, most packages' GNU configure scripts correctly detect
-# XXX -lintl, so this should really default to "no", but we'll leave it
-# XXX as "yes" until we can do a full bulk build test.
-#
-BROKEN_GETTEXT_DETECTION?= yes
+BROKEN_GETTEXT_DETECTION?= no
. if !empty(BROKEN_GETTEXT_DETECTION:M[yY][eE][sS])
BUILDLINK_LIBS.gettext+= ${BUILDLINK_LDADD.gettext}
CONFIGURE_ENV+= INTLLIBS="${BUILDLINK_LDADD.gettext}"