aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-16 15:30:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-16 15:30:26 +0000
commitca3ae5dd92d53e745a8650d92716d70163b16f3e (patch)
treed3a68e2ae738de4f8d20b521405e95354b456cc8 /main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch
parent0038c8df9d88f7b77a51d8b58840f4b665bc9f57 (diff)
downloadaports-ca3ae5dd92d53e745a8650d92716d70163b16f3e.tar.bz2
aports-ca3ae5dd92d53e745a8650d92716d70163b16f3e.tar.xz
main/perl-locale-maketext-fuzzy: fix build with newer perl
Diffstat (limited to 'main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch')
-rw-r--r--main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch b/main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch
new file mode 100644
index 0000000000..3e28eda7de
--- /dev/null
+++ b/main/perl-locale-maketext-fuzzy/Locale-Maketext-Fuzzy-0.11-Fix-building-on-Perl-without-dot-in-INC.patch
@@ -0,0 +1,7 @@
+diff -up Locale-Maketext-Fuzzy-0.11/Makefile.PL.orig Locale-Maketext-Fuzzy-0.11/Makefile.PL
+--- Locale-Maketext-Fuzzy-0.11/Makefile.PL.orig 2017-05-17 13:20:59.502830865 +0200
++++ Locale-Maketext-Fuzzy-0.11/Makefile.PL 2017-05-17 13:21:13.264776224 +0200
+@@ -1,2 +1,3 @@
+ #!/usr/bin/env perl
++BEGIN { push @INC, '.'; }
+ use inc::Module::Package 'Au:dry 1';