diff options
Diffstat (limited to 'multimedia/p5-xmltv/patches/patch-aa')
-rw-r--r-- | multimedia/p5-xmltv/patches/patch-aa | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/multimedia/p5-xmltv/patches/patch-aa b/multimedia/p5-xmltv/patches/patch-aa index 008e0451409..4d72e97a554 100644 --- a/multimedia/p5-xmltv/patches/patch-aa +++ b/multimedia/p5-xmltv/patches/patch-aa @@ -1,13 +1,16 @@ -$NetBSD: patch-aa,v 1.3 2007/02/27 13:28:05 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2017/06/09 16:51:00 ryoon Exp $ ---- Makefile.PL.orig 2006-12-02 17:11:25.000000000 +0000 +* Fix build with Perl 5.26.0 + +--- Makefile.PL.orig 2009-08-10 05:22:03.000000000 +0000 +++ Makefile.PL -@@ -627,7 +627,7 @@ END - "\n"); - } +@@ -3,2 +3,4 @@ + ++use FindBin; ++use lib $FindBin::Bin; + use ExtUtils::MakeMaker; +@@ -750,3 +752,3 @@ END print STDERR "\n"; - if (not ask(0, 'Do you want to proceed with this configuration?', 1)) { + if (1 == 0) { # Need to set {install} for each component by prompting. - foreach my $info (@opt_components) { - my $missing = $info->{missing}; |