projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114c28c
)
www-client/w3mmee: fix libdir
author
Akinori Hattori
<hattya@gentoo.org>
Wed, 6 Feb 2019 13:16:21 +0000
(22:16 +0900)
committer
Akinori Hattori
<hattya@gentoo.org>
Wed, 6 Feb 2019 13:16:21 +0000
(22:16 +0900)
Closes: https://bugs.gentoo.org/673544
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
patch
|
blob
|
history
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 d6d4ada34ca0cbe56f7c54c0f5048d8e853293a0..5b9175e8b33f0acb308058e6699be357974e8f18 100644
(file)
--- 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-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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
}