public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/files/, app-shells/hstr/
Date: Mon, 16 Oct 2017 11:48:41 +0000 (UTC)	[thread overview]
Message-ID: <1508154516.67ad15bb7a3095df22fb33bb6891cfa78a856bea.jer@gentoo> (raw)

commit:     67ad15bb7a3095df22fb33bb6891cfa78a856bea
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 11:46:37 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 11:48:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ad15bb

app-shells/hstr: Fix building against sys-libs/ncurses[tinfo] (bug #634428).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 +++++++++++
 app-shells/hstr/hstr-1.23.ebuild            |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch
new file mode 100644
index 00000000000..2dbd8dcf0c9
--- /dev/null
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -76,7 +76,7 @@
+ AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
+ AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])])
+ # ncurses might be linked in libtinfo
+-#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
++AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
+ 
+ # Checks for header files.
+ AC_CHECK_HEADER(assert.h)

diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
index 8c05b341c62..aa0d958ff0d 100644
--- a/app-shells/hstr/hstr-1.23.ebuild
+++ b/app-shells/hstr/hstr-1.23.ebuild
@@ -20,6 +20,9 @@ DEPEND="
 	virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.23-tinfo.patch
+)
 
 src_prepare() {
 	default


             reply	other threads:[~2017-10-16 11:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 11:48 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-26 19:10 [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/files/, app-shells/hstr/ Matt Turner
2019-11-28 22:01 Patrice Clement
2019-06-07  9:32 Patrice Clement
2019-05-07 21:27 Patrice Clement
2018-04-09 22:29 Patrice Clement
2015-08-28 13:01 Justin Lecher

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=1508154516.67ad15bb7a3095df22fb33bb6891cfa78a856bea.jer@gentoo \
    --to=jer@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