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

Unified 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, 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/readline/files/readline-5.2-no-ignore-shlib-errors.patch ('k') | sys-libs/readline/metadata.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-libs/readline/files/readline-6.1-rlfe-freebsd.patch
diff --git a/sys-libs/readline/files/readline-6.1-rlfe-freebsd.patch b/sys-libs/readline/files/readline-6.1-rlfe-freebsd.patch
new file mode 100644
index 0000000000000000000000000000000000000000..e9a051eacb824dde6fd7721a2bca9321673b701c
--- /dev/null
+++ b/sys-libs/readline/files/readline-6.1-rlfe-freebsd.patch
@@ -0,0 +1,16 @@
+FreeBSD-8 dropped sgtty.h in favor of termios.h,
+without this rlfe build on FreeBSD-8 fails with a
+missing sgtty.h.
+See also bug #301508.
+
+--- readline-6.1/examples/rlfe/os.h.orig
++++ readline-6.1/examples/rlfe/os.h
+@@ -186,7 +186,7 @@
+ * terminal handling
+ */
+
+-#ifdef POSIX
++#if defined(POSIX) || defined(__FreeBSD__)
+ # include <termios.h>
+ # ifdef hpux
+ # include <bsdtty.h>
« 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