summaryrefslogtreecommitdiff
path: root/sys-libs/readline/readline-7.0_alpha.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/readline/readline-7.0_alpha.ebuild')
-rw-r--r--sys-libs/readline/readline-7.0_alpha.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/readline/readline-7.0_alpha.ebuild b/sys-libs/readline/readline-7.0_alpha.ebuild
index 0e729308381..70658903108 100644
--- a/sys-libs/readline/readline-7.0_alpha.ebuild
+++ b/sys-libs/readline/readline-7.0_alpha.ebuild
@@ -79,7 +79,7 @@ src_prepare() {
src_configure() {
# fix implicit decls with widechar funcs
append-cppflags -D_GNU_SOURCE
- # http://lists.gnu.org/archive/html/bug-readline/2010-07/msg00013.html
+ # https://lists.gnu.org/archive/html/bug-readline/2010-07/msg00013.html
append-cppflags -Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc -Dxfree=_rl_free
# Make sure configure picks a better ar than `ar`. #484866