mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-tv/linuxtv-dvb-apps: Add build fix for Perl 5.26, bug 623578
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -ruN linuxtv-dvb-apps-1.1.1.20100223.orig/util/scan/section_generate.pl linuxtv-dvb-apps-1.1.1.20100223/util/scan/section_generate.pl
|
||||
--- linuxtv-dvb-apps-1.1.1.20100223.orig/util/scan/section_generate.pl 2010-02-14 12:21:19.000000000 -0000
|
||||
+++ linuxtv-dvb-apps-1.1.1.20100223/util/scan/section_generate.pl 2017-08-06 08:35:19.625688435 -0000
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
die "no section perl file given" unless @ARGV;
|
||||
|
||||
-my $h = require($ARGV[0]);
|
||||
+my $h = require("./".$ARGV[0]);
|
||||
|
||||
our $basename;
|
||||
our $debug = $ARGV[1];
|
||||
@@ -32,7 +32,8 @@ DEPEND="${RDEPEND}
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-ldflags.patch \
|
||||
"${FILESDIR}"/${P}-alevt.patch
|
||||
"${FILESDIR}"/${P}-alevt.patch \
|
||||
"${FILESDIR}"/${P}-perl526.patch
|
||||
|
||||
# do not compile test-progs, incompatible with videodev2.h
|
||||
sed -e '/-C test/d' \
|
||||
|
||||
Reference in New Issue
Block a user