summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-09 10:17:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-09 10:17:47 +0000
commit1ccefb7a2e141c69131f2801a60de91e81111840 (patch)
treeae64ec7481587a248ec3973e32a9dc7d6ad45f64 /icu
parent31b40e6d33aaa11d43c2e708786bd56783c1d641 (diff)
INTEGRATION: CWS pj69 (1.3.2); FILE MERGED
2007/01/05 07:35:10 pjanik 1.3.2.1: #i73052#: install_name for Mac OS X should match the real filename of the library.
Diffstat (limited to 'icu')
-rw-r--r--icu/icu-3.6.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/icu/icu-3.6.patch b/icu/icu-3.6.patch
index a8252cc406b1..7adbbc7f4fb5 100644
--- a/icu/icu-3.6.patch
+++ b/icu/icu-3.6.patch
@@ -1,5 +1,5 @@
*** misc/icu/source/common/putil.c Mon Jul 31 20:14:28 2006
---- misc/build/icu/source/common/putil.c Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/common/putil.c Wed Jan 3 09:40:21 2007
***************
*** 48,54 ****
#endif
@@ -19,7 +19,7 @@
#endif
*** misc/icu/source/config/mh-darwin Wed Feb 1 08:52:42 2006
---- misc/build/icu/source/config/mh-darwin Fri Dec 15 10:50:25 2006
+--- misc/build/icu/source/config/mh-darwin Wed Jan 3 09:41:43 2007
***************
*** 25,31 ****
SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS)
@@ -33,12 +33,12 @@
SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS)
## Compiler switches to embed a library name and version information
-! LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @executable_path/$(notdir $(MIDDLE_SO_TARGET))
+! LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @executable_path/$(notdir $(FINAL_SO_TARGET))
## Compiler switch to embed a runtime search path
LD_RPATH=
*** misc/icu/source/config/mh-irix Thu Mar 23 19:51:52 2006
---- misc/build/icu/source/config/mh-irix Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/config/mh-irix Wed Jan 3 09:40:21 2007
***************
*** 23,28 ****
--- 23,31 ----
@@ -52,7 +52,7 @@
THREADSCPPFLAGS = -D_REENTRANT -D_PTHREADS
LIBCPPFLAGS =
*** misc/icu/source/config/mh-linux Thu Mar 23 19:51:52 2006
---- misc/build/icu/source/config/mh-linux Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/config/mh-linux Wed Jan 3 09:40:21 2007
***************
*** 20,25 ****
--- 20,32 ----
@@ -70,7 +70,7 @@
LDFLAGSICUDT=-nodefaultlibs -nostdlib
*** misc/icu/source/config/mh-solaris Fri Feb 24 20:31:14 2006
---- misc/build/icu/source/config/mh-solaris Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/config/mh-solaris Wed Jan 3 09:40:21 2007
***************
*** 18,34 ****
@@ -117,7 +117,7 @@
## Compiler switch to embed a library name
*** misc/icu/source/data/Makefile.in Sat Aug 12 00:22:24 2006
---- misc/build/icu/source/data/Makefile.in Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/data/Makefile.in Wed Jan 3 09:40:21 2007
***************
*** 344,350 ****
ifneq ($(ICUDATA_SOURCE_IS_NATIVE_TARGET),YES)
@@ -136,7 +136,7 @@
@echo "$@" > $@
endif
*** misc/icu/source/layout/GXLayoutEngine.cpp Fri Sep 2 20:22:10 2005
---- misc/build/icu/source/layout/GXLayoutEngine.cpp Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/layout/GXLayoutEngine.cpp Wed Jan 3 09:40:21 2007
***************
*** 39,45 ****
return 0;
@@ -155,7 +155,7 @@
if (LE_FAILURE(success)) {
return 0;
*** misc/icu/source/layout/LESwaps.h Thu Jun 23 00:39:36 2005
---- misc/build/icu/source/layout/LESwaps.h Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/layout/LESwaps.h Wed Jan 3 09:40:21 2007
***************
*** 2,7 ****
--- 2,8 ----
@@ -231,7 +231,7 @@
* This class is used to access data which stored in big endian order
* regardless of the conventions of the platform. It has been designed
*** misc/icu/source/test/intltest/loctest.cpp Thu Jul 6 03:50:04 2006
---- misc/build/icu/source/test/intltest/loctest.cpp Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/test/intltest/loctest.cpp Wed Jan 3 09:40:21 2007
***************
*** 4,9 ****
--- 4,10 ----
@@ -243,7 +243,7 @@
#include "unicode/decimfmt.h"
#include "unicode/ucurr.h"
*** misc/icu/source/test/intltest/tsputil.cpp Wed Jul 19 00:18:10 2006
---- misc/build/icu/source/test/intltest/tsputil.cpp Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/test/intltest/tsputil.cpp Wed Jan 3 09:40:21 2007
***************
*** 4,9 ****
--- 4,10 ----
@@ -255,7 +255,7 @@
#include <float.h> // DBL_MAX, DBL_MIN
*** misc/icu/source/test/intltest/uobjtest.cpp Thu Mar 23 01:54:12 2006
---- misc/build/icu/source/test/intltest/uobjtest.cpp Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/test/intltest/uobjtest.cpp Wed Jan 3 09:40:21 2007
***************
*** 4,9 ****
--- 4,10 ----
@@ -267,7 +267,7 @@
#include "cmemory.h" // UAlignedMemory
#include <string.h>
*** misc/icu/source/test/intltest/ustrtest.cpp Tue Dec 28 22:13:54 2004
---- misc/build/icu/source/test/intltest/ustrtest.cpp Fri Dec 15 10:40:22 2006
+--- misc/build/icu/source/test/intltest/ustrtest.cpp Wed Jan 3 09:40:21 2007
***************
*** 4,9 ****
--- 4,10 ----