summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-26 08:24:48 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-13 23:41:24 +0100
commit079cc35919ab863f4562f540440f1bec75a4f3fc (patch)
tree7bdf639ff0cf3f7047bcc12d368fce5edce5607a
parentnet-libs/libmicrohttpd: remove unused patch (diff)
downloadgentoo-079cc35919ab863f4562f540440f1bec75a4f3fc.tar.gz
gentoo-079cc35919ab863f4562f540440f1bec75a4f3fc.tar.bz2
gentoo-079cc35919ab863f4562f540440f1bec75a4f3fc.zip
net-misc/curl: remove unused patch
-rw-r--r--net-misc/curl/files/curl-7.55.1-fix-build.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/curl/files/curl-7.55.1-fix-build.patch b/net-misc/curl/files/curl-7.55.1-fix-build.patch
deleted file mode 100644
index b9749d59c7f3..000000000000
--- a/net-misc/curl/files/curl-7.55.1-fix-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-index d77a884..6dcd0f1 100644
---- a/m4/curl-confopts.m4
-+++ b/m4/curl-confopts.m4
-@@ -37,14 +37,14 @@ AC_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver])
- AC_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
- OPT_THRES=$enableval)
- case "$OPT_THRES" in
-- *)
-- dnl configure option not specified
-- want_thres="yes"
-- ;;
- no)
- dnl --disable-threaded-resolver option used
- want_thres="no"
- ;;
-+ *)
-+ dnl configure option not specified
-+ want_thres="yes"
-+ ;;
- esac
- AC_MSG_RESULT([$want_thres])
- ])