diff options
Diffstat (limited to 'package/perl-gdgraph')
-rw-r--r-- | package/perl-gdgraph/Config.in | 1 | ||||
-rw-r--r-- | package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/package/perl-gdgraph/Config.in b/package/perl-gdgraph/Config.in index 972a5c5392..e722c062b4 100644 --- a/package/perl-gdgraph/Config.in +++ b/package/perl-gdgraph/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PERL_GDGRAPH bool "perl-gdgraph" depends on !BR2_PREFER_STATIC_LIB - depends on BR2_BROKEN # perl-gd select BR2_PACKAGE_PERL_GD select BR2_PACKAGE_PERL_GDTEXTUTIL help diff --git a/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch b/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch deleted file mode 100644 index e95a64ef6a..0000000000 --- a/package/perl-gdgraph/perl-gdgraph-01-fix-Makefile-PL.patch +++ /dev/null @@ -1,24 +0,0 @@ -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>', - ):() - ), - |