commit fa4f8c5f6d055b8f8e49e818e35322c97fdca3dd
Author: Miro Hrončok <m...@hroncok.cz>
Date:   Sat May 3 21:08:03 2014 +0200

    Allow buidl with older ExtUtils::ParseXS

 slic3r-buildpl.patch |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/slic3r-buildpl.patch b/slic3r-buildpl.patch
index 2c36190..34ac70c 100644
--- a/slic3r-buildpl.patch
+++ b/slic3r-buildpl.patch
@@ -1,17 +1,18 @@
 diff --git a/Build.PL b/Build.PL
-index 9c25124..e224f81 100644
+index 9c25124..73e3321 100644
 --- a/Build.PL
 +++ b/Build.PL
-@@ -9,7 +9,7 @@ use File::Spec;
+@@ -9,15 +9,15 @@ use File::Spec;
  my %prereqs = qw(
      Boost::Geometry::Utils          0.15
      Encode::Locale                  0
 -    ExtUtils::MakeMaker             6.80
+-    ExtUtils::ParseXS               3.22
 +    ExtUtils::MakeMaker             6.70
-     ExtUtils::ParseXS               3.22
++    ExtUtils::ParseXS               3.18
      File::Basename                  0
      File::Spec                      0
-@@ -17,7 +17,7 @@ my %prereqs = qw(
+     Getopt::Long                    0
      Math::ConvexHull::MonotoneChain 0.01
      Math::Geometry::Voronoi         1.3
      Math::PlanePath                 53
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to