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

Unified Diff: sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch

Issue 6776028: Upgrade libxml2 and its portage dependencies (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 9 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 | « sys-libs/zlib/files/zlib-1.2.3-build.patch ('k') | sys-libs/zlib/files/zlib-1.2.3-r1-bsd-soname.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch
diff --git a/sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch b/sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch
new file mode 100644
index 0000000000000000000000000000000000000000..9726237d56d04def10e55f5495d89dbfa2186027
--- /dev/null
+++ b/sys-libs/zlib/files/zlib-1.2.3-mingw-implib.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/288212
+
+--- zlib-1.2.3/win32/Makefile.gcc
++++ zlib-1.2.3/win32/Makefile.gcc
+@@ -25,7 +25,7 @@
+
+ STATICLIB = libz.a
+ SHAREDLIB = zlib1.dll
+-IMPLIB = libzdll.a
++IMPLIB = libz.dll.a
+
+ #LOC = -DASMV
+ #LOC = -DDEBUG -g
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.3-build.patch ('k') | sys-libs/zlib/files/zlib-1.2.3-r1-bsd-soname.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698