summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-08-11 18:28:06 +0800
committerMike Frysinger <vapier@gentoo.org>2016-08-11 20:58:42 +0800
commitce243d53596e2b4f98f527bf35753e280b350fc4 (patch)
tree71831139cb78560777a2a84dc3604d6d50877422 /sys-libs/readline/files
parentdev-perl/B-Hooks-EndOfScope: Remove old. (diff)
downloadgentoo-ce243d53596e2b4f98f527bf35753e280b350fc4.tar.gz
gentoo-ce243d53596e2b4f98f527bf35753e280b350fc4.tar.bz2
gentoo-ce243d53596e2b4f98f527bf35753e280b350fc4.zip
sys-libs/readline: version bump to 7.0_beta2
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r--sys-libs/readline/files/readline-7.0-headers.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-libs/readline/files/readline-7.0-headers.patch b/sys-libs/readline/files/readline-7.0-headers.patch
new file mode 100644
index 000000000000..dfe4e22ad1ae
--- /dev/null
+++ b/sys-libs/readline/files/readline-7.0-headers.patch
@@ -0,0 +1,24 @@
+From 4bc0aa68aff12a59628dd3c99a53360a9aa1ce93 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger <vapier@gentoo.org>
+Date: Thu, 11 Aug 2016 17:49:27 +0800
+Subject: [PATCH] include ctype.h for isdigit usage
+
+---
+ lib/readline/histexpand.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/readline/histexpand.c b/lib/readline/histexpand.c
+index 46a99aa62e30..13248db83048 100644
+--- a/lib/readline/histexpand.c
++++ b/lib/readline/histexpand.c
+@@ -26,6 +26,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <ctype.h>
+
+ #if defined (HAVE_STDLIB_H)
+ # include <stdlib.h>
+--
+2.9.0
+