summaryrefslogtreecommitdiff
path: root/extra/perl-locale-gettext/compatibility-with-POSIX-module.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/perl-locale-gettext/compatibility-with-POSIX-module.patch
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/perl-locale-gettext/compatibility-with-POSIX-module.patch')
-rw-r--r--extra/perl-locale-gettext/compatibility-with-POSIX-module.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/perl-locale-gettext/compatibility-with-POSIX-module.patch b/extra/perl-locale-gettext/compatibility-with-POSIX-module.patch
new file mode 100644
index 000000000..ad675516b
--- /dev/null
+++ b/extra/perl-locale-gettext/compatibility-with-POSIX-module.patch
@@ -0,0 +1,10 @@
+--- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700
++++ b/gettext.pm 2009-10-07 12:39:42.000000000 -0700
+@@ -32,6 +32,7 @@
+ =cut
+
+ use Carp;
++use POSIX qw(:locale_h);
+
+ require Exporter;
+ require DynaLoader;