diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-31 20:59:52 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-31 20:59:52 +0900 |
commit | da58d1b98bec46b7aafdff0836aedb7ceb32929d (patch) | |
tree | 5e41673a5e41bedb49c79ffe252fb4f947d6c5b0 /app-text/mecab | |
parent | app-crypt/codecrypt: compatible with with new crypto++ (diff) | |
download | gentoo-da58d1b98bec46b7aafdff0836aedb7ceb32929d.tar.gz gentoo-da58d1b98bec46b7aafdff0836aedb7ceb32929d.tar.bz2 gentoo-da58d1b98bec46b7aafdff0836aedb7ceb32929d.zip |
app-text/mecab: fix libdir
Closes: https://bugs.gentoo.org/662212
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/mecab-0.996-r1.ebuild (renamed from app-text/mecab/mecab-0.996.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996-r1.ebuild index bbe997169300..0204e718b097 100644 --- a/app-text/mecab/mecab-0.996.ebuild +++ b/app-text/mecab/mecab-0.996-r1.ebuild @@ -31,6 +31,7 @@ src_prepare() { -e "/CFLAGS/s/-O3/${CFLAGS}/" \ -e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \ configure.in || die + sed -i "s:/lib:/$(get_libdir):" ${PN}rc.in mv configure.{in,ac} eautoreconf |