ports/math/R/patches/patch-configure

12 lines
257 B
Text

Index: configure
--- configure.orig
+++ configure
@@ -47586,7 +47586,7 @@ int main()
{
#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