summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Barlow <randy@electronsweatshop.com>2020-12-18 15:19:43 -0500
committerSam James <sam@gentoo.org>2020-12-27 05:44:59 +0000
commit7729b0dd1d6a6c8cdc65422d94cce220df98c4f1 (patch)
tree27718692711839b319f4d929fd56bfee5cedd787 /app-admin/lnav/files
parentdev-libs/libdnet: Keyword 1.14-r1 arm64, #728712 (diff)
downloadgentoo-7729b0dd1d6a6c8cdc65422d94cce220df98c4f1.tar.gz
gentoo-7729b0dd1d6a6c8cdc65422d94cce220df98c4f1.tar.bz2
gentoo-7729b0dd1d6a6c8cdc65422d94cce220df98c4f1.zip
app-admin/lnav: Update to 0.9.0
Update lnav to 0.9.0 and fix a segmentation fault. Closes: https://bugs.gentoo.org/723242 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/lnav/files')
-rw-r--r--app-admin/lnav/files/639332-tinfow.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-admin/lnav/files/639332-tinfow.patch b/app-admin/lnav/files/639332-tinfow.patch
new file mode 100644
index 000000000000..8399412f0cf1
--- /dev/null
+++ b/app-admin/lnav/files/639332-tinfow.patch
@@ -0,0 +1,10 @@
+--- a/m4/ax_with_curses.m4 2019-07-28 08:49:13.670014444 -0500
++++ b/m4/ax_with_curses.m4 2019-07-28 08:46:32.280013473 -0500
+@@ -216,6 +216,8 @@
+ ax_cv_curses=yes
+ ax_cv_curses_which=ncursesw
+ CURSES_LIB="-lncursesw"
++ temp_lib=`echo $ax_saved_LIBS|sed 's/tinfo/tinfow/'`
++ ax_saved_LIBS=$temp_lib
+ AC_DEFINE([HAVE_NCURSESW], [1], [Define to 1 if the NcursesW library is present])
+ AC_DEFINE([HAVE_CURSES], [1], [Define to 1 if a SysV or X/Open compatible Curses library is present])