Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1514)

Unified Diff: ports/curl/nacl.patch

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
- */
« no previous file with comments | « ports/curl/build.sh ('k') | ports/devenv-latest/pkg_info » ('j') | ports/emacs/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698