Skip to content

Commit

Permalink
app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/689992
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Oct 3, 2019
1 parent e6049c3 commit 4e839cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app-i18n/skkfep/skkfep-0.87-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand All @@ -36,7 +37,8 @@ src_prepare() {
src_compile() {
emake \
CC="$(tc-getCC)" \
OPTIMIZE="${CFLAGS}"
OPTIMIZE="${CFLAGS}" \
EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}

src_install() {
Expand Down

0 comments on commit 4e839cb

Please sign in to comment.