diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-03-04 14:44:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-03-04 14:44:55 +0000 |
commit | c3ac51a8333edab0dd87fc6d7641926cf0a83b92 (patch) | |
tree | da102c01efb5d2b0ff311c93943c2a6e8078fd12 /stlport | |
parent | 2f1c059b2df73a50209f2b1b0e968741c793ff57 (diff) |
#65293#: added STLport-4.5.3 patch
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk index 4064dcde8a9c..172f9ae6a9b6 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2002-02-18 12:15:13 $ +# last change: $Author: hr $ $Date: 2002-03-04 15:44:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,8 +75,8 @@ TARGET=so_stlport TARFILE_NAME=STLport-4.0 PATCH_FILE_NAME=STLport-4.0.patch .ELSE -TARFILE_NAME=STLport-4.5 -PATCH_FILE_NAME=STLport-4.5.patch +TARFILE_NAME=STLport-4.5.3 +PATCH_FILE_NAME=STLport-4.5.3.patch .ENDIF .IF "$(GUI)"=="WNT" |