summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-04-23 16:37:42 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-04-23 16:40:31 -0500
commit6fefffcbfbf8feb4a4d33c1bc9cbb5b4b7311aa5 (patch)
tree4a5d174278c29ef9ee98943637389d29cf3e5a4b /sci-libs/p4est/p4est-9999.ebuild
parentalso mask rackspace-novaclient (diff)
downloadgentoo-6fefffcbfbf8feb4a4d33c1bc9cbb5b4b7311aa5.tar.gz
gentoo-6fefffcbfbf8feb4a4d33c1bc9cbb5b4b7311aa5.tar.bz2
gentoo-6fefffcbfbf8feb4a4d33c1bc9cbb5b4b7311aa5.zip
sci-libs/p4est: fix library path
Closes: https://bugs.gentoo.org/680140 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/p4est/p4est-9999.ebuild')
-rw-r--r--sci-libs/p4est/p4est-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild
index a54c8b564e3e..8fd68ca09b10 100644
--- a/sci-libs/p4est/p4est-9999.ebuild
+++ b/sci-libs/p4est/p4est-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -73,9 +73,8 @@ src_prepare() {
"${S}"/configure || die "sed failed"
sed -i \
- "s/libsc\.la/libsc\.so/" \
+ "s#lib/libsc\.la#$(get_libdir)/libsc\.so#" \
"${S}"/configure || die "sed failed"
-
}
src_configure() {