diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-09-04 14:28:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-09-04 14:28:21 +0000 |
commit | 8be092a59a1a7764e8fd90eb833b974e18ff82d2 (patch) | |
tree | 216c30ee56474b84876d8709b7d6556aab893bf7 /curl | |
parent | 0197a31ebb60acbda81ec4ad4a22a6b097712ae1 (diff) |
#102928# avoid internal versioning of lib
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index a6cb45b8cf56..e096fda0f422 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2002-09-02 10:26:18 $ +# last change: $Author: hr $ $Date: 2002-09-04 15:28:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ TARGET=so_curl TARFILE_NAME=curl-7.9.8 .IF "$(GUI)"=="UNX" +PATCH_FILE_NAME=unx-curl-7.9.8.patch CONFIGURE_DIR=.$/ #relative to CONFIGURE_DIR CONFIGURE_ACTION=.$/configure |