projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b0136
)
app-i18n/canfep: use tc-getPKG_CONFIG
author
Akinori Hattori
<hattya@gentoo.org>
Sun, 27 Oct 2019 08:39:13 +0000
(17:39 +0900)
committer
Akinori Hattori
<hattya@gentoo.org>
Sun, 27 Oct 2019 08:44:23 +0000
(17:44 +0900)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
app-i18n/canfep/canfep-1.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-i18n/canfep/canfep-1.0-r1.ebuild
b/app-i18n/canfep/canfep-1.0-r1.ebuild
index d46bf32583742e4a1b3f1d9083814880582b7092..07fdf6237f4da4881f9955c574bc068008b10bbf 100644
(file)
--- a/
app-i18n/canfep/canfep-1.0-r1.ebuild
+++ b/
app-i18n/canfep/canfep-1.0-r1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7 Gentoo Foundation
+# Copyright 1999-201
9 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@
-35,7
+35,7
@@
src_prepare() {
src_compile() {
emake \
CC="$(tc-getCXX)" \
- LIBS="-lcanna $(
pkg-config
--libs ncurses)"
+ LIBS="-lcanna $(
$(tc-getPKG_CONFIG)
--libs ncurses)"
}
src_install() {