pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/p5-MP3-Info/patches Add a missing patch to fix b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a129cae6e710
branches: trunk
changeset: 363378:a129cae6e710
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Jun 07 14:28:46 2017 +0000
description:
Add a missing patch to fix build with Perl 5.26.0
diffstat:
audio/p5-MP3-Info/patches/patch-Makefile.PL | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r f275acaf58de -r a129cae6e710 audio/p5-MP3-Info/patches/patch-Makefile.PL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-MP3-Info/patches/patch-Makefile.PL Wed Jun 07 14:28:46 2017 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index