summaryrefslogtreecommitdiff
path: root/www-client/uget/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-07 11:29:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-07 11:29:55 +0100
commita17b25a10359070f9527893d861369d378021aa9 (patch)
tree02188942c1da9eb507b509fbd36c9b7a5aff86c8 /www-client/uget/files
parentefbb52742172c497c5245486906aade0fb6220e8 (diff)
gentoo auto-resync : 07:04:2023 - 11:29:55
Diffstat (limited to 'www-client/uget/files')
-rw-r--r--www-client/uget/files/uget-2.2.3-broken-curl-check.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/www-client/uget/files/uget-2.2.3-broken-curl-check.patch b/www-client/uget/files/uget-2.2.3-broken-curl-check.patch
new file mode 100644
index 000000000000..c8e37abeca97
--- /dev/null
+++ b/www-client/uget/files/uget-2.2.3-broken-curl-check.patch
@@ -0,0 +1,17 @@
+https://bugs.gentoo.org/872080
+
+This check can't handle curl >= 8 or non-bash /bin/sh.
+--- a/configure.ac
++++ b/configure.ac
+@@ -81,11 +81,6 @@ if test "x$CURL_CONFIG" = "x" ; then
+ fi
+ CURL_CFLAGS=`$CURL_CONFIG --cflags`
+ CURL_LIBS=`$CURL_CONFIG --libs`
+-let CURL_VERNUM=0x0`$CURL_CONFIG --vernum`
+-let CURL_VERMIN=0x071301 # 7.19.1
+-if test $CURL_VERNUM -lt $CURL_VERMIN; then
+- AC_MSG_ERROR(Requires libcurl version >= 7.19.1)
+-fi
+ AC_SUBST(CURL_CFLAGS)
+ AC_SUBST(CURL_LIBS)
+