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:
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';