diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-08 00:05:48 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-08 00:07:59 +0100 |
commit | a2183713c540b7052f2bbf926be567adc7254ae3 (patch) | |
tree | c2d8846c2663c87cf13ca4ef9ea9a07541b2e4c0 /sys-libs/readline/files/readline-8.0-headers.patch | |
parent | net-wireless/gr-rds: EAPI-7 bump, add missing cmake-utils_src_prepare (diff) | |
download | gentoo-a2183713c540b7052f2bbf926be567adc7254ae3.tar.gz gentoo-a2183713c540b7052f2bbf926be567adc7254ae3.tar.bz2 gentoo-a2183713c540b7052f2bbf926be567adc7254ae3.zip |
sys-libs/readline: Bump to version 8.0 (without KEYWORDS)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/readline/files/readline-8.0-headers.patch')
-rw-r--r-- | sys-libs/readline/files/readline-8.0-headers.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-libs/readline/files/readline-8.0-headers.patch b/sys-libs/readline/files/readline-8.0-headers.patch new file mode 100644 index 000000000000..f19a3b136ebc --- /dev/null +++ b/sys-libs/readline/files/readline-8.0-headers.patch @@ -0,0 +1,17 @@ +Required by bash-5.0 or else compilation fails: + + bashline.c:69:10: fatal error: readline/rlmbutil.h: No such file or directory + #include <readline/rlmbutil.h> + ^~~~~~~~~~~~~~~~~~~~~ + +--- readline-8.0/Makefile.in ++++ readline-8.0/Makefile.in +@@ -153,7 +153,7 @@ + CREATED_TAGS = TAGS tags + + INSTALLED_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h \ +- rlstdc.h rlconf.h rltypedefs.h ++ rlstdc.h rlconf.h rltypedefs.h rlmbutil.h + + OTHER_DOCS = $(srcdir)/CHANGES $(srcdir)/INSTALL $(srcdir)/README + OTHER_INSTALLED_DOCS = CHANGES INSTALL README |