From aab07175ca1d9e14de490c7e87ffbe679e11c8d3 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 26 Mar 2003 06:51:12 +0000 Subject: Update to version 0.6.2 PR: 45978 Submitted by: Stefan Farfeleder --- .../files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/clo++/files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl (limited to 'devel/clo++/files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl') diff --git a/devel/clo++/files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl b/devel/clo++/files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl new file mode 100644 index 000000000000..6e2670c38bcc --- /dev/null +++ b/devel/clo++/files/patch-src::contrib::xmlwrapp-0.2.2::configure.pl @@ -0,0 +1,11 @@ +--- src/contrib/xmlwrapp-0.2.2/configure.pl.orig Tue Jan 28 18:41:25 2003 ++++ src/contrib/xmlwrapp-0.2.2/configure.pl Tue Jan 28 18:41:43 2003 +@@ -191,7 +191,7 @@ + print "$output "; + + if ($output =~ /^(\d+\.\d+)\.(\d+)$/) { +- if ($1 >= 2.4 && $2 >= 7) { ++ if ($1 > 2.4 || ($1 == 2.4 && $2 >= 7)) { + print "[good]\n"; + } else { + print "[fail]\n"; -- cgit v1.2.3