summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i80129
blob: d6d5861503e0249cea1c7f446e3c5148f8340bd1 (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
Merely a workaround

Index: libxml2/libxml2-2.6.31.patch
===================================================================
RCS file: /cvs/external/libxml2/libxml2-2.6.31.patch,v
retrieving revision 1.2
diff -u -r1.2 libxml2-2.6.31.patch
--- libxml2/libxml2-2.6.31.patch	6 Jun 2008 11:48:45 -0000	1.2
+++ libxml2/libxml2-2.6.31.patch	10 Jun 2008 09:34:51 -0000
@@ -87,7 +87,7 @@
   	  ;;
   
   	freebsd-elf)
-! 	  major=.`expr $current - $age`
+! 	  major=`expr $current - $age`
 ! 	  versuffix=".$major.$age.$revision";
   	  ;;
   

Index: scp2/source/ooo/ure.scp
===================================================================
RCS file: /cvs/installation/scp2/source/ooo/ure.scp,v
retrieving revision 1.7
diff -u -r1.7 ure.scp
--- scp2/source/ooo/ure.scp	6 Jun 2008 17:05:51 -0000	1.7
+++ scp2/source/ooo/ure.scp	10 Jun 2008 09:45:54 -0000
@@ -679,6 +679,8 @@
 #endif
 #elif defined MACOSX
     Name = SCP2_URE_DL_NORMAL("xml2.2");
+#elif defined FREEBSD
+    Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.31));
 #else
     Name = SCP2_URE_DL_VER("xml2", "2");
 #endif