public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/files/
@ 2019-12-14 13:32 Lars Wendler
  0 siblings, 0 replies; only message in thread
From: Lars Wendler @ 2019-12-14 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b31c8c01c55f707aa8c539408ede02e5efd7e478
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 13:31:16 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 13:32:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31c8c01

app-text/hunspell: Adjusted tinfo patch

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-text/hunspell/files/hunspell-1.7.0-tinfo.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch b/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch
index 1fb992b0c9d..121c53e4595 100644
--- a/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch
+++ b/app-text/hunspell/files/hunspell-1.7.0-tinfo.patch
@@ -1,4 +1,4 @@
-From ce41cfc39129ee2be67667f2d9b78cc7f7d24dca Mon Sep 17 00:00:00 2001
+From b9a07b1ff100d5efeb5698d0ffe1c56935c681b8 Mon Sep 17 00:00:00 2001
 From: zimous <zimous@matfyz.cz>
 Date: Mon, 2 Sep 2019 12:46:53 +0200
 Subject: [PATCH] Fix build against ncurses with separate tinfo lib
@@ -9,7 +9,7 @@ Gentoo-bug: https://bugs.gentoo.org/692614
  1 file changed, 18 insertions(+), 4 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 9426a94..bc5e39d 100644
+index 9426a94..958375f 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -52,11 +52,23 @@ AC_ARG_WITH(
@@ -21,13 +21,13 @@ index 9426a94..bc5e39d 100644
 +        ])
  	],[AC_CHECK_LIB([curses],[tparm],[
  		CURSESLIB=-lcurses
-+        AC_CHECK_LIB([tinfow],[tgetent], [
++        AC_CHECK_LIB([tinfo],[tgetent], [
 +            CURSESLIB="$CURSESLIB -ltinfo"
 +        ])
  	],[AC_CHECK_LIB([ncurses],[tparm],[
  		CURSESLIB=-lncurses
 -	])])])
-+        AC_CHECK_LIB([tinfow],[tgetent], [
++        AC_CHECK_LIB([tinfo],[tgetent], [
 +            CURSESLIB="$CURSESLIB -ltinfo"
 +        ])
 +	],
@@ -57,5 +57,5 @@ index 9426a94..bc5e39d 100644
  	LDFLAGS="$LDFLAGS $TERMLIB"
  	AC_CHECK_LIB([readline],[readline],[
 -- 
-2.23.0
+2.24.1
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-14 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 13:32 [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/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