summaryrefslogtreecommitdiff
path: root/www/curl/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/patches/patch-ab')
-rw-r--r--www/curl/patches/patch-ab14
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 24e69a0c2bb..00000000000
--- a/www/curl/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.9.12.1 2005/10/30 13:33:19 salo 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 */