aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-LibXSLT/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-XML-LibXSLT/files/patch-Makefile.PL24
1 files changed, 12 insertions, 12 deletions
diff --git a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL b/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL
index 1fce0ff9cc80..5c82241eb393 100644
--- a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL
+++ b/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL
@@ -1,12 +1,12 @@
---- Makefile.PL.orig Wed Nov 14 14:11:45 2001
-+++ Makefile.PL Thu Dec 6 15:43:24 2001
-@@ -21,9 +21,6 @@
- # get libs and inc from gnome-config
- eval {
- print "running xslt-config... ";
-- my $ver = backtick('xslt-config --version');
-- my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g;
-- die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6;
- $config{LIBS} ||= backtick('xslt-config --libs');
- $config{INC} ||= backtick('xslt-config --cflags');
- print "ok\n";
+--- Makefile.PL.orig Sat Sep 8 18:11:19 2007
++++ Makefile.PL Thu Sep 27 14:29:35 2007
+@@ -30,9 +30,6 @@
+ # get libs and inc from gnome-config
+ eval {
+ print "running xslt-config... ";
+- my $ver = backtick("$xsltcfg --version");
+- my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g;
+- die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6;
+ $config{LIBS} ||= backtick("$xsltcfg --libs");
+ $config{INC} ||= backtick("$xsltcfg --cflags");
+ print "ok\n";