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

Side by Side Diff: sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.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
OLDNEW
(Empty)
1 dont ignore errors in the shlib subdir
2
3 http://bugs.gentoo.org/216952
4
5 --- Makefile.in
6 +++ Makefile.in
7 @@ -194,7 +194,7 @@
8
9 shared: force
10 -test -d shlib || mkdir shlib
11 - -( cd shlib ; ${MAKE} ${MFLAGS} all )
12 + ( cd shlib ; ${MAKE} ${MFLAGS} all )
13
14 documentation: force
15 -test -d doc || mkdir doc
16 @@ -238,7 +238,7 @@
17 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
18
19 install-shared: installdirs install-headers shared install-doc
20 - -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
21 + ( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
22
23 uninstall-shared: maybe-uninstall-headers
24 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
OLDNEW
« no previous file with comments | « sys-libs/readline/files/readline-5.0-no_rpath.patch ('k') | sys-libs/readline/files/readline-6.1-rlfe-freebsd.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698