summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-05-31 15:34:29 +0000
committerKurt Zenker <kz@openoffice.org>2005-05-31 15:34:29 +0000
commit1ae71919a17ec9b7c9acbe9cd2836fab81fefe65 (patch)
tree25dfce83c38be21e925efca79cef78d1e7a7f5d1 /libxmlsec
parent4e9774e0646a521556c8ee910d048ac66068b119 (diff)
INTEGRATION: CWS freebsd03 (1.5.2); FILE MERGED
2005/05/25 03:13:40 maho 1.5.2.1: Incorrect version number of libxmlsec Issue number: #i49682#
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/xmlsec1-1.2.6.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/libxmlsec/xmlsec1-1.2.6.patch b/libxmlsec/xmlsec1-1.2.6.patch
index a619349c3dae..bbf22c1fa5c6 100644
--- a/libxmlsec/xmlsec1-1.2.6.patch
+++ b/libxmlsec/xmlsec1-1.2.6.patch
@@ -756,6 +756,35 @@
*** misc/xmlsec1-1.2.6/ltmain.sh 2004-08-26 08:00:15.000000000 +0200
--- misc/build/xmlsec1-1.2.6/ltmain.sh 2005-05-09 19:55:51.745319024 +0200
***************
+*** 2994,3006 ****
+ ;;
+
+ freebsd-aout)
+! major=".$current"
+! versuffix=".$current.$revision";
+ ;;
+
+ freebsd-elf)
+! major=".$current"
+! versuffix=".$current";
+ ;;
+
+ irix | nonstopux)
+--- 2994,3006 ----
+ ;;
+
+ freebsd-aout)
+! major=.`expr $current - $age`
+! versuffix="$major.$age.$revision"
+ ;;
+
+ freebsd-elf)
+! major=.`expr $current - $age`
+! versuffix="$major.$age.$revision"
+ ;;
+
+ irix | nonstopux)
+***************
*** 3564,3570 ****
fi
else