projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae518de
)
app-dicts/wnn-ldic: fix build
author
Akinori Hattori
<hattya@gentoo.org>
Tue, 1 Aug 2017 12:28:11 +0000
(21:28 +0900)
committer
Akinori Hattori
<hattya@gentoo.org>
Tue, 1 Aug 2017 12:29:54 +0000
(21:29 +0900)
Gentoo-Bug: 626064
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
patch
|
blob
|
history
diff --git
a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
index 08f3cfea5e1d2c6ba46dfbb5cea44a01bfa3baf9..9c381729786646b0aedbe289d431a94686d6de74 100644
(file)
--- a/
app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
+++ b/
app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
@@
-21,7
+21,11
@@
src_unpack() {
}
src_compile() {
- /usr/bin/Wnn4/atod lib.dic < "${DISTDIR}"/${A} || die
+ local atod=atod
+ if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then
+ atod="${EPREFIX}"/usr/bin/Wnn4/atod
+ fi
+ "${atod}" lib.dic < "${DISTDIR}"/${A} || die
}
src_install() {