summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-sndfile+libsndfile-1.0.9.patch
blob: 71a8f2292f2a691ac897aa51c8a0ccd03ba75257 (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
Issutracker : #i49684#
CWS         : N/A
Author      : NAKATA Maho <maho@openoffice.org> (JCA)
Description : correct shared lib number

Index: libsndfile-1.0.9.patch
===================================================================
RCS file: /cvs/external/sndfile/libsndfile-1.0.9.patch,v
retrieving revision 1.1
diff -u -r1.1 libsndfile-1.0.9.patch
--- sndfile/libsndfile-1.0.9.patch	6 Oct 2004 11:49:36 -0000	1.1
+++ sndfile/libsndfile-1.0.9.patch	22 May 2005 02:01:17 -0000
@@ -231,3 +231,24 @@
   
   #define SF_COUNT_MAX		0x7FFFFFFFFFFFFFFFLL
   
+*** misc/libsndfile-1.0.9/ltmain.sh	Sat Mar 27 13:02:07 2004
+--- misc/build/libsndfile-1.0.9/ltmain.sh	Mon Mar 28 16:37:47 2005
+***************
+*** 2980,2987 ****
+  	  ;;
+  
+  	freebsd-elf)
+! 	  major=".$current"
+! 	  versuffix=".$current";
+  	  ;;
+  
+  	irix | nonstopux)
+--- 2980,2987 ----
+  	  ;;
+  
+  	freebsd-elf)
+! 	  major=.`expr $current - $age`
+! 	  versuffix="$major.$age.$revision"
+  	  ;;
+  
+  	irix | nonstopux)