summaryrefslogtreecommitdiffstats
path: root/devel/seed/files/patch-modules_gettext_seed-gettext.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 23:02:33 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 23:02:33 +0800
commit911510b740ef5dbba6a3802cdb790ae13a6b5999 (patch)
tree406a0174639d489fd3627ded95503c3b2c02be5f /devel/seed/files/patch-modules_gettext_seed-gettext.c
parentdac8d2aa9448d1b34c47fb5d379de0ebdc00e04d (diff)
downloadmarcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar.gz
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar.bz2
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar.lz
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar.xz
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.tar.zst
marcuscom-ports-911510b740ef5dbba6a3802cdb790ae13a6b5999.zip
Update to 2.29.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13297 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/seed/files/patch-modules_gettext_seed-gettext.c')
-rw-r--r--devel/seed/files/patch-modules_gettext_seed-gettext.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/seed/files/patch-modules_gettext_seed-gettext.c b/devel/seed/files/patch-modules_gettext_seed-gettext.c
new file mode 100644
index 000000000..999f1d97a
--- /dev/null
+++ b/devel/seed/files/patch-modules_gettext_seed-gettext.c
@@ -0,0 +1,27 @@
+--- modules/gettext/seed-gettext.c.orig 2009-07-26 19:23:31.000000000 -0400
++++ modules/gettext/seed-gettext.c 2009-07-26 19:25:12.000000000 -0400
+@@ -293,12 +293,24 @@ seed_module_init(SeedEngine *local_eng)
+ DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY);
+ DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES);
+ DEFINE_ENUM_MEMBER(ns_ref, LC_ALL);
++#ifdef LC_PAPER
+ DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER);
++#endif
++#ifdef LC_NAME
+ DEFINE_ENUM_MEMBER(ns_ref, LC_NAME);
++#endif
++#ifdef LC_ADDRESS
+ DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS);
++#endif
++#ifdef LC_TELEPHONE
+ DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE);
++#endif
++#ifdef LC_MEASUREMENT
+ DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT);
++#endif
++#ifdef LC_IDENTIFICATION
+ DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION);
++#endif
+ DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE);
+
+ return ns_ref;