public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
Date: Fri, 23 Nov 2018 17:25:29 +0000 (UTC)	[thread overview]
Message-ID: <1542993912.91028af7c0b3f200076ab579f798c5826513eae4.ulm@gentoo> (raw)

commit:     91028af7c0b3f200076ab579f798c5826513eae4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 17:23:55 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 17:25:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91028af7

app-editors/fe: Fix compilation with ncurses[tinfo].

Closes: https://bugs.gentoo.org/671714
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/fe/fe-2.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
index 9e1866c107c..ca6658d9407 100644
--- a/app-editors/fe/fe-2.0.ebuild
+++ b/app-editors/fe/fe-2.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="A small and easy to use folding editor"
 HOMEPAGE="http://www.moria.de/~michael/fe/"
 SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
@@ -15,11 +17,14 @@ IUSE="sendmail"
 RDEPEND="sys-libs/ncurses:0=
 	sendmail? ( virtual/mta )"
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=("${FILESDIR}"/${PN}-1.8-makefile.patch)
 
 src_configure() {
-	econf $(use_enable sendmail)
+	econf \
+		$(use_enable sendmail) \
+		LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
 }
 
 src_install() {


             reply	other threads:[~2018-11-23 17:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-23 17:25 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-18  6:53 [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/ Ulrich Müller
2021-10-17 20:04 Sam James
2021-10-17 19:09 Sam James
2021-10-17  8:51 Ulrich Müller
2021-10-16 19:51 Ulrich Müller
2019-06-06 21:31 Ulrich Müller
2018-10-25 17:48 Mikle Kolyada
2018-09-22 11:06 Mikle Kolyada

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=1542993912.91028af7c0b3f200076ab579f798c5826513eae4.ulm@gentoo \
    --to=ulm@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