diff options
Diffstat (limited to 'dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch')
-rw-r--r-- | dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch b/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch new file mode 100644 index 000000000000..49c74e5e688f --- /dev/null +++ b/dev-perl/Convert-PEM/files/Convert-PEM-0.80.0-526.patch @@ -0,0 +1,23 @@ +From 22b4a18d00c7080972341db2052041448391fbfe Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentnl@gentoo.org> +Date: Sun, 11 Jun 2017 14:42:41 +1200 +Subject: Fix Makefile.PL for Perl 5.26 w/o "." in @INC + +Bug: https://bugs.gentoo.org/613632 +Bug: https://rt.cpan.org/Ticket/Display.html?id=120714 +--- + Makefile.PL | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Makefile.PL b/Makefile.PL +index 8d4d686..3e87348 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,3 +1,4 @@ ++use lib '.'; + use inc::Module::Install; + name 'Convert-PEM'; + all_from 'lib/Convert/PEM.pm'; +-- +2.14.1 + |