commit: 68867398ebc9b2ef53d71bc9758e2b0a97cf0df4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 09:36:58 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 09:36:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=68867398
[fixup] Linux-DVB: Experimental patch to avoid forcefully linking against
kernel sources which may break, please report back if this works
Package-Manager: portage-2.2.17
dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
index 1a289f4..9a3b322 100644
--- a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
+++ b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
@@ -17,3 +17,9 @@ RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
+src_prepare() {
+ perl-module_src_prepare;
+ # http://lists.schmorp.de/pipermail/perl/2015q2/000015.html
+ einfo "Stripping INC statment";
+ sed -i -r -e 's/^\s\s*INC\s*=.*$//' Makefile.PL
+}