diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-20 20:02:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-20 20:02:23 +0000 |
commit | 85199e361cf9629b2245516a4ee51c4424d517db (patch) | |
tree | f8c218528114ab51cbcbc9ce0775c7577867f2c9 /devel/gettext-lib | |
parent | 405741cf582e126f829b0e8556b7cd3fdfa56fda (diff) | |
download | pkgsrc-85199e361cf9629b2245516a4ee51c4424d517db.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.mk | 11 |
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. |