summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:28:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:28:14 +0000
commit157b1b19bfb0e424cd759507f25d1264a77c0980 (patch)
treeab6ffee846636efc928d38650210b7cf5f29e292 /stlport
parentcd2f1ef9f76371af5767397a4759800a745b6ade (diff)
INTEGRATION: CWS geordi2q14 (1.25.6); FILE MERGED
2004/01/30 11:51:14 hr 1.25.6.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 4944c7143e17..116defa7b5f7 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: vg $ $Date: 2003-12-17 17:42:57 $
+# last change: $Author: hr $ $Date: 2004-02-02 20:28:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,10 +73,13 @@ TARGET=so_stlport
.EXPORT : CC CXX
.IF "$(COMID)"=="gcc3"
TARFILE_NAME=STLport-4.5
- PATCH_FILE_NAME=STLport-4.5.patch
+ .IF "$(OS)$(BUILD_OS_MAJOR)$(BUILD_OS_MINOR)"=="MACOSX103"
+ PATCH_FILE_NAME=STLport-4.5-macxp-panther.patch
+ .ELSE
+ PATCH_FILE_NAME=STLport-4.5.patch
+ .ENDIF
.ELSE # "$(COMID)"=="gcc3"
.IF "$(OS)"=="MACOSX"
- # [ed] For gcc2, we need to use STLport 4.0. 4.5 will not compile with gcc2 on OS X.
TARFILE_NAME=STLport-4.0
PATCH_FILE_NAME=STLport-4.0.macosx.patch
.ELSE