From fd4cd08345ed6937cd015fade5fc0931c09ba224 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Jun 2017 15:40:24 +0000 Subject: community/perl-unicode-normalize: rebuild against perl 5.26 --- ...icode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/perl-unicode-normalize/Unicode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch (limited to 'community/perl-unicode-normalize/Unicode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch') diff --git a/community/perl-unicode-normalize/Unicode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch b/community/perl-unicode-normalize/Unicode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch new file mode 100644 index 0000000000..e34e2b19d3 --- /dev/null +++ b/community/perl-unicode-normalize/Unicode-Normalize-1.25-Fixes-for-removal-dot-from-INC.patch @@ -0,0 +1,12 @@ +diff -up Unicode-Normalize-1.25/Makefile.PL.orig Unicode-Normalize-1.25/Makefile.PL +--- Unicode-Normalize-1.25/Makefile.PL.orig 2017-05-12 10:24:13.296305863 +0200 ++++ Unicode-Normalize-1.25/Makefile.PL 2017-05-12 10:25:28.275822594 +0200 +@@ -8,7 +8,7 @@ my $mm_ver = ExtUtils::MakeMaker->VERSIO + if (-f "Normalize.xs") { + print STDERR "Making header files for XS...\n"; + +- do 'mkheader' or die $@ || "mkheader: $!"; ++ do './mkheader' or die $@ || "mkheader: $!"; + + $clean = { FILES => 'unfcan.h unfcmb.h unfcmp.h unfcpt.h unfexc.h' }; + } -- cgit v1.2.3