ports/math/R/patches/patch-configure

13 lines
286 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure
--- configure.orig
+++ configure
2023-09-08 05:21:37 +00:00
@@ -47606,7 +47606,7 @@ int main(int argc, const char * argv[])
2023-08-16 22:26:55 +00:00
{
#ifdef LIBCURL_VERSION_MAJOR
#if LIBCURL_VERSION_MAJOR > 7
- exit(1);
+ exit(0);
#elif LIBCURL_VERSION_MAJOR == 7 && LIBCURL_VERSION_MINOR >= 28
exit(0);
#else