perl-gdgraph: fix configure
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>
This commit is contained in:
parent
6c86bad5c4
commit
e266eb5666
24
package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch
Normal file
24
package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch
Normal file
@ -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>',
|
||||||
|
):()
|
||||||
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user