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

Side by Side Diff: sys-libs/readline/files/readline-6.1-rlfe-freebsd.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 FreeBSD-8 dropped sgtty.h in favor of termios.h,
2 without this rlfe build on FreeBSD-8 fails with a
3 missing sgtty.h.
4 See also bug #301508.
5
6 --- readline-6.1/examples/rlfe/os.h.orig
7 +++ readline-6.1/examples/rlfe/os.h
8 @@ -186,7 +186,7 @@
9 * terminal handling
10 */
11
12 -#ifdef POSIX
13 +#if defined(POSIX) || defined(__FreeBSD__)
14 # include <termios.h>
15 # ifdef hpux
16 # include <bsdtty.h>
OLDNEW
« no previous file with comments | « sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch ('k') | sys-libs/readline/metadata.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698