commit:     0f17e09ce54350b4b2b9417afec82feedae26e0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 04:11:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 04:11:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f17e09c

dev-libs/libdynd: fix libdir

Closes: https://bugs.gentoo.org/701474
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild 
b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
index 981f00aaf6a..b83206ebd45 100644
--- a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
+++ b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
@@ -52,6 +52,9 @@ src_prepare() {
                -e '/git_describe/d' \
                -e '/dirty/d' \
                -i CMakeLists.txt || die
+
+       # fix libdir, bug #701474
+       sed -i -e "s|/lib|/$(get_libdir)|" libdynd-config.in || die
 }
 
 src_configure() {

Reply via email to