diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-02-06 22:16:21 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-02-06 22:16:21 +0900 |
commit | 7dc8d1924be3300264555f30ff3b3b50d98e89c4 (patch) | |
tree | 8e904027c466379024d93d8bf3e0a563d660f05a /www-client/w3mmee | |
parent | www-client/w3mmee: drop old (diff) | |
download | gentoo-7dc8d1924be3300264555f30ff3b3b50d98e89c4.tar.gz gentoo-7dc8d1924be3300264555f30ff3b3b50d98e89c4.tar.bz2 gentoo-7dc8d1924be3300264555f30ff3b3b50d98e89c4.zip |
www-client/w3mmee: fix libdir
Closes: https://bugs.gentoo.org/673544
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-client/w3mmee')
-rw-r--r-- | www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild index d6d4ada34ca0..5b9175e8b33f 100644 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -51,6 +51,7 @@ HTML_DOCS=( 00INCOMPATIBLE.html ) src_prepare() { default + sed -i "s:/lib\([^a-z$]\):/$(get_libdir)\1:g" configure sed -i "/^AR=/s:ar:$(tc-getAR):" XMakefile } |