diff options
Diffstat (limited to 'net-misc/curl/files/curl-7.15.0-versionnumber.patch')
-rw-r--r-- | net-misc/curl/files/curl-7.15.0-versionnumber.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/curl/files/curl-7.15.0-versionnumber.patch b/net-misc/curl/files/curl-7.15.0-versionnumber.patch new file mode 100644 index 000000000000..9d9921f711e4 --- /dev/null +++ b/net-misc/curl/files/curl-7.15.0-versionnumber.patch @@ -0,0 +1,12 @@ +--- curl-7.15.0/include/curl/curlver.h 2005-10-13 10:20:05.000000000 +0200 ++++ curl-7.15.0/include/curl/curlver.h 2005-11-17 00:52:39.000000000 +0100 +@@ -51,8 +51,6 @@ + and it is always a greater number in a more recent release. It makes + comparisons with greater than and less than work. + */ +-#define LIBCURL_VERSION_NUM ((LIBCURL_VERSION_MAJOR << 16) | \ +- (LIBCURL_VERSION_MINOR << 8) | \ +- LIBCURL_VERSION_PATCH) ++#define LIBCURL_VERSION_NUM 0x070f00 + + #endif /* __CURL_CURLVER_H */ |