public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/files/
Date: Sat, 14 Dec 2019 13:32:37 +0000 (UTC)	[thread overview]
Message-ID: <1576330354.b31c8c01c55f707aa8c539408ede02e5efd7e478.polynomial-c@gentoo> (raw)

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
 


                 reply	other threads:[~2019-12-14 13:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576330354.b31c8c01c55f707aa8c539408ede02e5efd7e478.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox