From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/
Date: Thu, 3 Oct 2019 12:50:13 +0000 (UTC) [thread overview]
Message-ID: <1570106919.4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50.hattya@gentoo> (raw)
commit: 4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 12:48:39 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 12:48:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e839cb3
app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]
Closes: https://bugs.gentoo.org/689992
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index a74c53e6af3..09854d0d202 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -16,7 +16,8 @@ IUSE=""
DEPEND="sys-apps/sed
sys-libs/ncurses:=
- virtual/awk"
+ virtual/awk
+ virtual/pkgconfig"
RDEPEND="sys-libs/ncurses:=
app-i18n/skk-jisyo"
@@ -36,7 +37,8 @@ src_prepare() {
src_compile() {
emake \
CC="$(tc-getCC)" \
- OPTIMIZE="${CFLAGS}"
+ OPTIMIZE="${CFLAGS}" \
+ EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}
src_install() {
next reply other threads:[~2019-10-03 12:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 12:50 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 13:52 [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/ Sam James
2020-08-20 13:49 Akinori Hattori
2020-08-20 13:49 Akinori Hattori
2019-10-03 12:50 Akinori Hattori
2017-06-25 5:13 Akinori Hattori
2017-06-25 5:13 Akinori Hattori
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=1570106919.4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50.hattya@gentoo \
--to=hattya@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