From c3b2e935ee241d028c9346355fd59d622c357d4d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 18 Jun 2007 15:34:54 +0000 Subject: INTEGRATION: CWS pj81 (1.10.14); FILE MERGED 2007/06/10 13:29:54 pjanik 1.10.14.1: #i78273#: Correct install_name for dbgutil's stlportlib. --- stlport/STLport-4.5-macxp-panther.patch | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'stlport') diff --git a/stlport/STLport-4.5-macxp-panther.patch b/stlport/STLport-4.5-macxp-panther.patch index 5578173c1443..6aa99b9d2ae6 100644 --- a/stlport/STLport-4.5-macxp-panther.patch +++ b/stlport/STLport-4.5-macxp-panther.patch @@ -83,7 +83,7 @@ *************** *** 1 **** ! dummy ---- 1,59 ---- +--- 1,65 ---- ! # ! # Note : this makefile is for gcc-3, Mac OS X only ! ! # @@ -104,8 +104,14 @@ ! # ! # ! LINK=libtool -static -o -! DYN_LINK=$(CXX) -dynamiclib -single_module -install_name @executable_path/libstlport_gcc.dylib -o -! +! DYN_LINK=g++ -o +! +! LDFLAGS_COMMON_dynamic= -dynamiclib -single_module +! +! LDFLAGS_RELEASE_dynamic= $(LDFLAGS_COMMON_dynamic) -install_name @executable_path/libstlport_gcc.dylib +! LDFLAGS_DEBUG_dynamic= $(LDFLAGS_COMMON_dynamic) -install_name @executable_path/libstlport_gcc.dylib +! LDFLAGS_STLDEBUG_dynamic= $(LDFLAGS_COMMON_dynamic) -install_name @executable_path/libstlport_gcc_stldebug.dylib +! ! OBJEXT=o ! DYNEXT=dylib ! STEXT=a -- cgit