From c3ac51a8333edab0dd87fc6d7641926cf0a83b92 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 4 Mar 2002 14:44:55 +0000 Subject: #65293#: added STLport-4.5.3 patch --- stlport/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stlport') 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" -- cgit