ports/math/R/patches/patch-configure

12 lines
286 B
Text

Index: configure
--- configure.orig
+++ configure
@@ -47606,7 +47606,7 @@ int main(int argc, const char * argv[])
{
#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