summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-05-30 21:04:01 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-05-30 21:04:01 (GMT)
commit9fedf92f0b8a104583fa829a84aa45979a3f492b (patch)
tree59b81f3205c308c726d57a715904182640e18c88 /abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch
parenta27bc0c7dcad39d8412e922919b37fde1b653377 (diff)
downloadlinhes_pkgbuild-9fedf92f0b8a104583fa829a84aa45979a3f492b.zip
linhes_pkgbuild-9fedf92f0b8a104583fa829a84aa45979a3f492b.tar.gz
linhes_pkgbuild-9fedf92f0b8a104583fa829a84aa45979a3f492b.tar.bz2
perl-locale-gettext: update to 1.07
Diffstat (limited to 'abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch')
-rw-r--r--abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch b/abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch
deleted file mode 100644
index ad67551..0000000
--- a/abs/core/perl_modules/perl-locale-gettext/compatibility-with-POSIX-module.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;