diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-06-07 14:28:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-06-07 14:28:46 +0000 |
commit | 14e786163f0f5bd63d9933625720285102d25754 (patch) | |
tree | e6550cb34ec3ad3190b0710a0fe9e967a9b9cbb9 /audio | |
parent | 527f5d2ac2e9fb94cc9e22e060705340c3a42330 (diff) | |
download | pkgsrc-14e786163f0f5bd63d9933625720285102d25754.tar.gz |
Add a missing patch to fix build with Perl 5.26.0
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; |