]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice.org-stl5_fix.patch
- pl and proper en for -i18n-dz
[packages/libreoffice.git] / openoffice.org-stl5_fix.patch
1 --- ooo-build-src680-m176/patches/src680/system-stlport5.diff.orig      2006-08-16 11:03:36.000000000 +0000
2 +++ ooo-build-src680-m176/patches/src680/system-stlport5.diff   2006-08-16 11:04:16.000000000 +0000
3 @@ -381,3 +381,25 @@
4   
5       for (aIt = mChildren.begin(); aIt != mChildren.end(); aIt++)
6       {
7 +--- scp2/source/ooo/file_library_ooo.scp.orig  2006-08-15 21:29:35.000000000 +0000
8 ++++ scp2/source/ooo/file_library_ooo.scp       2006-08-15 21:30:45.000000000 +0000
9 +@@ -2045,7 +2045,7 @@
10 +   #ifdef IRIX
11 +     Name = STRING(CONCAT3(libstlport_,gcc,.so.4.5));
12 +   #else
13 +-    Name = STRING(CONCAT3(libstlport_,gcc,UNXSUFFIX));
14 ++    Name = STRING(CONCAT2(libstlport,UNXSUFFIX));
15 +   #endif
16 +   #else
17 +   #ifdef SOLARIS
18 +--- scp2/source/ure/ure.scp.orig       2006-08-15 21:31:54.000000000 +0000
19 ++++ scp2/source/ure/ure.scp    2006-08-15 21:32:19.000000000 +0000
20 +@@ -592,7 +592,7 @@
21 +     TXT_FILE_BODY;
22 +     Dir = SCP2_URE_DL_DIR;
23 + #if defined _gcc3
24 +-    Name = SCP2_URE_DL_NORMAL(stlport_gcc);
25 ++    Name = SCP2_URE_DL_NORMAL(stlport);
26 + #elif defined SOLARIS
27 +     Name = SCP2_URE_DL_NORMAL(stlport_sunpro);
28 + #elif defined WNT
This page took 0.065327 seconds and 3 git commands to generate.