All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] perl-gdgraph: fix configure
@ 2014-07-20  9:52 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2014-07-20  9:52 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e266eb5666ae3090096b33a02365dccf7f631163
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

see http://autobuild.buildroot.org/results/3e1/3e1698b0523dfa46f5b3ee03a22af820f7342c39/build-end.log

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 .../perl-gdgraph-01-fix-Makefile-PL.patch          |   24 ++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch b/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch
new file mode 100644
index 0000000..e95a64e
--- /dev/null
+++ b/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch
@@ -0,0 +1,24 @@
+partial revert to 1.47 in order to work with an old perl 5.10.1
+
+With old ExtUtils::MakeMaker, AUTHOR takes a string/number not a ARRAY reference.
+See http://api.metacpan.org/source/RUZ/GDGraph-1.48/CHANGES
+
+Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
+
+Index: b/Makefile.PL
+===================================================================
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -19,11 +19,7 @@
+ 
+         ($] >= 5.005 ?
+             ('ABSTRACT'	    => 'Produces charts with GD',
+-             'AUTHOR'       => [
+-                 'Martien Verbruggen <mgjv@tradingpost.com.au>',
+-                 'Benjamin Warfield <bwarfield@cpan.org>',
+-                 'Ruslan Zakirov <Ruslan.Zakirov@gmail.com>',
+-            ]
++             'AUTHOR'	    => 'Martien Verbruggen <mgjv@tradingpost.com.au>',
+             ):()
+         ),
+ 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-20  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-20  9:52 [Buildroot] [git commit] perl-gdgraph: fix configure Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.