summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-12-24 17:31:32 +0000
committerNed Ludd <solar@gentoo.org>2005-12-24 17:31:32 +0000
commit45184bf55e87b1d289f7f88c72b289a8e287d356 (patch)
treeef2b3c02017ee3696326f80808cad8dcfa96ec6c /sys-libs/readline/files
parentChanged install location (diff)
downloadhistorical-45184bf55e87b1d289f7f88c72b289a8e287d356.tar.gz
historical-45184bf55e87b1d289f7f88c72b289a8e287d356.tar.bz2
historical-45184bf55e87b1d289f7f88c72b289a8e287d356.zip
- uclibc does not contain a stropts.h so we exclude it from rlfe
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r--sys-libs/readline/files/readline-5.1-rlfe-uclibc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/readline/files/readline-5.1-rlfe-uclibc.patch b/sys-libs/readline/files/readline-5.1-rlfe-uclibc.patch
new file mode 100644
index 000000000000..fbb9e039128b
--- /dev/null
+++ b/sys-libs/readline/files/readline-5.1-rlfe-uclibc.patch
@@ -0,0 +1,11 @@
+--- examples/rlfe/pty.c.orig 2005-12-24 16:49:08 +0000
++++ examples/rlfe/pty.c 2005-12-24 16:49:14 +0000
+@@ -34,7 +34,7 @@
+ #endif
+
+ /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
+-#ifdef HAVE_SVR4_PTYS
++#if defined(HAVE_SVR4_PTYS) && !defined(__UCLIBC__)
+ # include <sys/stropts.h>
+ #endif
+