Index: ports/curl/nacl.patch |
diff --git a/ports/curl/nacl.patch b/ports/curl/nacl.patch |
index 91f0c571b4a57cc499677f044295904693f9368b..a2e78f603422fc4dd8620368e4e0040577595d68 100644 |
--- a/ports/curl/nacl.patch |
+++ b/ports/curl/nacl.patch |
@@ -14,17 +14,3 @@ diff --git a/lib/hostip4.c b/lib/hostip4.c |
/* |
* Curl_ipv4_resolve_r() - ipv4 threadsafe resolver function. |
* |
-diff --git a/src/tool_main.c b/src/tool_main.c |
---- a/src/tool_main.c |
-+++ b/src/tool_main.c |
-@@ -213,6 +213,10 @@ static void main_free(struct GlobalConfig *config) |
- config->last = NULL; |
- } |
- |
-+#ifdef PPAPI |
-+#define main nacl_main |
-+#endif |
bradn
2015/08/19 20:28:50
Why can this go?
Sam Clegg
2015/08/19 21:31:11
I'm defining this unconditionally on the cmdline n
|
-+ |
- /* |
- ** curl tool main function. |
- */ |