Closes: https://bugs.gentoo.org/689992
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
DEPEND="sys-apps/sed
sys-libs/ncurses:=
- virtual/awk"
+ virtual/awk
+ virtual/pkgconfig"
RDEPEND="sys-libs/ncurses:=
app-i18n/skk-jisyo"
src_compile() {
emake \
CC="$(tc-getCC)" \
- OPTIMIZE="${CFLAGS}"
+ OPTIMIZE="${CFLAGS}" \
+ EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}
src_install() {