summaryrefslogtreecommitdiff
path: root/multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL')
-rw-r--r--multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL b/multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL
new file mode 100644
index 00000000000..e8bae2ca978
--- /dev/null
+++ b/multimedia/p5-xmltv/patches/patch-filter_tv__grep.PL
@@ -0,0 +1,15 @@
+$NetBSD: patch-filter_tv__grep.PL,v 1.1 2017/06/09 16:51:00 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- filter/tv_grep.PL.orig 2006-06-03 19:33:46.000000000 +0000
++++ filter/tv_grep.PL
+@@ -12,7 +12,7 @@
+
+ use IO::File;
+ use XMLTV;
+-require 'filter/Grep.pm';
++require './filter/Grep.pm';
+
+ my $out = shift @ARGV; die "no output file given" if not defined $out;
+ my $in = 'filter/tv_grep.in';