summaryrefslogtreecommitdiff
path: root/dev-perl/Locale-gettext/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/Locale-gettext/files
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/Locale-gettext/files')
-rw-r--r--dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff b/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
new file mode 100644
index 000000000000..101e9f26e2ba
--- /dev/null
+++ b/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
@@ -0,0 +1,16 @@
+Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=237378
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=35680
+Bug-Debian: http://bugs.debian.org/479803
+Author: Raphaƫl Hertzog <hertzog@debian.org>
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
+
+--- a/gettext.pm
++++ b/gettext.pm
+@@ -32,6 +32,7 @@ to internationalize software.
+ =cut
+
+ use Carp;
++use POSIX qw(:locale_h);
+
+ require Exporter;
+ require DynaLoader;