summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-06-30 12:06:03 +0000
committerKurt Zenker <kz@openoffice.org>2005-06-30 12:06:03 +0000
commitb05c468c3f5b2a09fe14d68eb0e033ec5bdebc8e (patch)
tree9dad87903bf230294f75ba57e89ca6827f7825fc /stlport
parent4994317c554def9406c981aab55bc2a76d756006 (diff)
INTEGRATION: CWS macosx09 (1.3.6); FILE MERGED
2005/06/25 20:19:08 ericb 1.3.6.1: #i50317# Mac OSX stlport honor CXX
Diffstat (limited to 'stlport')
-rw-r--r--stlport/STLport-4.5-macxp-panther.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/STLport-4.5-macxp-panther.patch b/stlport/STLport-4.5-macxp-panther.patch
index 63ab514ed18a..8312f58cf51d 100644
--- a/stlport/STLport-4.5-macxp-panther.patch
+++ b/stlport/STLport-4.5-macxp-panther.patch
@@ -159,7 +159,7 @@
! #
! #
! LINK=libtool -static -o
-! DYN_LINK=g++ -dynamiclib -single_module -install_name @executable_path/libstlport_gcc.dylib -o
+! DYN_LINK=$(CXX) -dynamiclib -single_module -install_name @executable_path/libstlport_gcc.dylib -o
!
! OBJEXT=o
! DYNEXT=dylib