From ce243d53596e2b4f98f527bf35753e280b350fc4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 11 Aug 2016 18:28:06 +0800 Subject: sys-libs/readline: version bump to 7.0_beta2 --- sys-libs/readline/files/readline-7.0-headers.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys-libs/readline/files/readline-7.0-headers.patch (limited to 'sys-libs/readline/files') 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 +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 ++#include + + #if defined (HAVE_STDLIB_H) + # include +-- +2.9.0 + -- cgit v1.2.3-65-gdbad