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
commitb20c6875e9e00aa246dc4fde9c8dff789201e7ce (patch)
treed71899b9be23a8e1e01cdeed327ccb2d358e5eca /devel/gettext-lib
parent303f21dc627499a149f010b1369b1e96ce16609c (diff)
downloadpkgsrc-b20c6875e9e00aa246dc4fde9c8dff789201e7ce.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}"