diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Info/patches/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/p5-MP3-Info/patches/patch-Makefile.PL b/audio/p5-MP3-Info/patches/patch-Makefile.PL new file mode 100644 index 00000000000..9ae6415634a --- /dev/null +++ b/audio/p5-MP3-Info/patches/patch-Makefile.PL @@ -0,0 +1,11 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:28:46 ryoon Exp $ + +* Fix build with Perl 5.26.0 + +--- Makefile.PL.orig 2007-01-04 21:41:06.000000000 +0000 ++++ Makefile.PL +@@ -2,2 +2,4 @@ + ++use FindBin; ++use lib $FindBin::Bin; + use inc::Module::Install; |