summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-libxmlsec+xmlsec1-1.2.6.patch
blob: 81b293cdf9f3c7efa5470803b7c89142c40eea37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Issutracker : #i49682#
CWS         : N/A
Author      : NAKATA Maho <maho@openoffice.org> (JCA)
Description : correct version number of resultant shared lib

Index: xmlsec1-1.2.6.patch
===================================================================
RCS file: /cvs/external/libxmlsec/xmlsec1-1.2.6.patch,v
retrieving revision 1.5
diff -u -r1.5 xmlsec1-1.2.6.patch
--- libxmlsec/xmlsec1-1.2.6.patch	18 May 2005 10:11:24 -0000	1.5
+++ libxmlsec/xmlsec1-1.2.6.patch	22 May 2005 01:43:49 -0000
@@ -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