summaryrefslogtreecommitdiff
path: root/redland/raptor-1.4.17.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redland/raptor-1.4.17.patch')
-rw-r--r--redland/raptor-1.4.17.patch28
1 files changed, 27 insertions, 1 deletions
diff --git a/redland/raptor-1.4.17.patch b/redland/raptor-1.4.17.patch
index 29a90f8635b9..cb0bd22355c2 100644
--- a/redland/raptor-1.4.17.patch
+++ b/redland/raptor-1.4.17.patch
@@ -30,7 +30,7 @@
+#
+# $RCSfile: raptor-1.4.17.patch,v $
+#
-+# $Revision: 1.2 $
++# $Revision: 1.3 $
+#
+# This file is part of OpenOffice.org.
+#
@@ -245,3 +245,29 @@
#include <windows.h>
+--- misc/raptor-1.4.17/ltmain.sh 2008-02-02 22:28:24.000000000 +0900
++++ misc/build/raptor-1.4.17/ltmain.sh 2008-07-08 11:58:42.000000000 +0900
+@@ -3262,9 +3262,9 @@
+ revision="$number_revision"
+ ;;
+ freebsd-aout|freebsd-elf|sunos)
+- current="$number_major"
+- revision="$number_minor"
+- age="0"
++ current=`expr $number_major + $number_minor`
++ age="$number_minor"
++ revision="$number_revision"
+ ;;
+ irix|nonstopux)
+ current=`expr $number_major + $number_minor`
+@@ -3344,8 +3344,8 @@
+ ;;
+
+ freebsd-elf)
+- major=".$current"
+- versuffix=".$current";
++ major=.`expr $current - $age`
++ versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)