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

Side by Side Diff: sys-libs/zlib/files/zlib-1.2.1-glibc.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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.1-fPIC.patch ('k') | sys-libs/zlib/files/zlib-1.2.3-LDFLAGS.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff -urN zlib-1.2.1-old/Makefile.in zlib-1.2.1/Makefile.in
2 --- zlib-1.2.1-old/Makefile.in 2003-11-08 18:29:23.000000000 -0800
3 +++ zlib-1.2.1/Makefile.in 2003-12-02 12:12:43.000000000 -0800
4 @@ -78,7 +78,7 @@
5 rm -f _match.s
6
7 $(SHAREDLIBV): $(OBJS)
8 - $(LDSHARED) -o $@ $(OBJS)
9 + $(LDSHARED) -o $@ $(OBJS) -lc
10 rm -f $(SHAREDLIB) $(SHAREDLIBM)
11 ln -s $@ $(SHAREDLIB)
12 ln -s $@ $(SHAREDLIBM)
OLDNEW
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.1-fPIC.patch ('k') | sys-libs/zlib/files/zlib-1.2.3-LDFLAGS.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698