From 5470c60a91653fa34591540f38e119dc5e8ab5cc Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Tue, 7 Nov 2017 16:15:58 -0700 Subject: [PATCH] perl-inline-c: patch Makefile.PL to not eval undef Our build wrappers don't like Makefile.PL scripts which evaluate to undef. Signed-off-by: Philip Prindeville --- .../patches/010-makefile_pl-dont-eval-undef.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch diff --git a/lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch b/lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch new file mode 100644 index 0000000000..50b764b430 --- /dev/null +++ b/lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch @@ -0,0 +1,8 @@ +--- a/Makefile.PL 2017-05-30 14:58:53.000000000 -0600 ++++ b/Makefile.PL 2017-11-07 13:40:05.172119764 -0700 +@@ -82,3 +82,5 @@ package + MY; + use File::ShareDir::Install qw(postamble); + } ++ ++1;