summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-20 20:02:23 +0000
committerjlam <jlam@pkgsrc.org>2006-07-20 20:02:23 +0000
commit8f3802b3d9590b80da47040fe864f28cf2dd09d8 (patch)
treef8c218528114ab51cbcbc9ce0775c7577867f2c9 /devel/gettext-lib
parentad213ffa15bfc4ce58b0ad50f2ba0f51de3c57c3 (diff)
downloadpkgsrc-8f3802b3d9590b80da47040fe864f28cf2dd09d8.tar.gz
Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed
it for plurals support, but that is already handled correctly (FSVO "correctly") by the pkgsrc/mk/tools/msgfmt.sh script. Also remove _USE_GNU_GETTEXT definitions from pkgsrc/mk/platform/*.mk files as that value has been unused by pkgsrc for quite some time (going back several branches).
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r--devel/gettext-lib/builtin.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk
index 781b69613be..5230219d6ef 100644
--- a/devel/gettext-lib/builtin.mk
+++ b/devel/gettext-lib/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.32 2006/04/13 16:35:58 jlam Exp $
+# $NetBSD: builtin.mk,v 1.33 2006/07/20 20:02:23 jlam Exp $
BUILTIN_PKG:= gettext
@@ -101,15 +101,6 @@ USE_BUILTIN.gettext= no
.endif
MAKEVARS+= USE_BUILTIN.gettext
-# If USE_GNU_GETTEXT is defined, then force the use of a GNU gettext
-# implementation.
-#
-.if defined(USE_GNU_GETTEXT)
-. if !empty(IS_BUILTIN.gettext:M[nN][oO])
-USE_BUILTIN.gettext= no
-. endif
-.endif
-
###
### The section below only applies if we are not including this file
### solely to determine whether a built-in implementation exists.