From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../Unicode-EastAsianWidth/files/no-dot-inc.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch (limited to 'dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch') diff --git a/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch b/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch new file mode 100644 index 000000000000..16d42e582a42 --- /dev/null +++ b/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch @@ -0,0 +1,25 @@ +From 9cb5f1551566addf37a47e935164519842bab0d8 Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sun, 11 Jun 2017 16:10:47 +1200 +Subject: [PATCH] Fix for Perl 5.26 w/o '.' in @INC + +--- + Makefile.PL | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 6745b7c..2db030d 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,6 +1,7 @@ + #!/usr/bin/perl + use strict; +-use inc::Module::Package 'Au:dry 1'; ++use lib './inc'; ++use Module::Package 'Au:dry 1'; + + my $DefaultVersion = 'v5.0.0'; + my $DefaultDate = '2006-02-15'; +-- +2.13.1 + -- cgit v1.2.3