summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 16:19:26 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 16:24:56 +0000
commitf81a86505f13b5d2f3655547bec5ac0e1ca215c2 (patch)
tree846696761d3c952cac35b2c964ed8fcd34ce6de3
parent6a0a02818b45d785a7da3fe8d7fdde6256b06597 (diff)
downloadtoolchains-f81a86505f13b5d2f3655547bec5ac0e1ca215c2.tar.gz
toolchains-f81a86505f13b5d2f3655547bec5ac0e1ca215c2.tar.bz2
libcurl/m68k-unknown-amigaos: remove redefinition of __NO_NET_API
-rw-r--r--sdk/recipes/patches/libcurl/m68k-unknown-amigaos/lib.curl_setup.h.p10
1 files changed, 10 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/lib.curl_setup.h.p b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/lib.curl_setup.h.p
new file mode 100644
index 0000000..ba595ca
--- /dev/null
+++ b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/lib.curl_setup.h.p
@@ -0,0 +1,10 @@
+--- lib/curl_setup.h.orig 2017-10-10 15:19:45.611896396 +0100
++++ lib/curl_setup.h 2017-10-17 15:42:25.304921197 +0100
+@@ -314,7 +314,6 @@
+ * In clib2 arpa/inet.h warns that some prototypes may clash
+ * with bsdsocket.library. This avoids the definition of those.
+ */
+-# define __NO_NET_API
+ #endif
+
+ #include <stdio.h>