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

Unified Diff: ports/unzip/nacl.patch

Issue 632743004: When patching gcc specs file use existing specs if found (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « ports/tinyxml/pkg_info ('k') | ports/unzip/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/unzip/nacl.patch
diff --git a/ports/unzip/nacl.patch b/ports/unzip/nacl.patch
index d22540cde236d85a3620e8f2a3f3a1bb044cfea3..16934af3581c68e27f135d5423bd304877e30150 100644
--- a/ports/unzip/nacl.patch
+++ b/ports/unzip/nacl.patch
@@ -9,7 +9,7 @@ index ba0a1d0..1377c2a 100644
+ /* TODO(hamaji): remove once this gets fixed:
+ * https://code.google.com/p/nativeclient/issues/detail?id=3737
+ */
-+#if defined(__native_client__) && !defined(__GLIBC__)
++#if defined(__native_client__) && defined(_NEWLIB_VERSION)
+ m_time += _timezone; /* seconds WEST of GMT: add */
+#else
m_time += timezone; /* seconds WEST of GMT: add */
« no previous file with comments | « ports/tinyxml/pkg_info ('k') | ports/unzip/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698