diff options
Diffstat (limited to 'www/curl/patches/patch-ab')
-rw-r--r-- | www/curl/patches/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/curl/patches/patch-ab b/www/curl/patches/patch-ab deleted file mode 100644 index 25178c23bd8..00000000000 --- a/www/curl/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.10 2005/10/20 16:25:15 minskim Exp $ - ---- include/curl/curlver.h.orig 2005-10-13 01:20:05.000000000 -0700 -+++ include/curl/curlver.h -@@ -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 */ |