* [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/files/
@ 2021-01-09 16:44 Lars Wendler
0 siblings, 0 replies; only message in thread
From: Lars Wendler @ 2021-01-09 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 20dbfbf2e15c8186dc10802f4766a528d0a8b145
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 16:44:17 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 16:44:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dbfbf2
app-editors/ng: Fixed build with sys-libs/ncurses[tinfo]
Closes: https://bugs.gentoo.org/691014
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-editors/ng/files/ng-1.5beta1-ncurses.patch | 28 +++++++++++++++-----------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/app-editors/ng/files/ng-1.5beta1-ncurses.patch b/app-editors/ng/files/ng-1.5beta1-ncurses.patch
index 6808d911152..a31ddccd661 100644
--- a/app-editors/ng/files/ng-1.5beta1-ncurses.patch
+++ b/app-editors/ng/files/ng-1.5beta1-ncurses.patch
@@ -1,12 +1,16 @@
---- a/configure 2004-05-12 09:26:44.000000000 +0900
-+++ b/configure 2004-05-12 09:27:06.000000000 +0900
-@@ -1077,3+1077,3 @@
- rm -f conftest*
--test "$ac_cv_search_tgetstr" = "no" && for i in curses ncurses termlib; do
-+test "$ac_cv_search_tgetstr" = "no" && for i in ncurses termlib; do
- LIBS="-l$i $ac_func_search_save_LIBS"
-@@ -1140,3 +1140,3 @@
- rm -f conftest*
--test "$ac_cv_search_tgetstr" = "no" && for i in termcap curses ncurses; do
-+test "$ac_cv_search_tgetstr" = "no" && for i in termcap ncurses; do
- LIBS="-l$i $ac_func_search_save_LIBS"
+--- ng-1.5beta1/sys/unix/configure.in
++++ ng-1.5beta1/sys/unix/configure.in
+@@ -33,9 +33,11 @@
+ [ --with-termcap Build with termcap library. (default)],
+ [ts_with_terminfo="no"])
+ if test "$ts_with_terminfo" = "yes"; then
+- AC_SEARCH_LIBS(tgetstr, curses ncurses termlib)
++ AC_SEARCH_LIBS(tgetstr, ncurses termlib)
++ AC_SEARCH_LIBS(tputs, tinfo ncurses termlib)
+ else
+- AC_SEARCH_LIBS(tgetstr, termcap curses ncurses)
++ AC_SEARCH_LIBS(tgetstr, termcap ncurses)
++ AC_SEARCH_LIBS(tputs, termcap tinfo ncurses)
+ fi
+
+ dnl Checks for header files.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-09 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09 16:44 [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/files/ Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox