summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-05-03 20:43:23 +0200
committerFabian Groffen <grobian@gentoo.org>2023-05-03 20:44:01 +0200
commit03a66637a3d576075198285a6320bf47dbb92f5c (patch)
tree2445b9112a7010a09d8bc3d675975e1bc63a45a6 /media-libs/qhull
parentdev-python/happybase: Revbump, py311 (diff)
downloadgentoo-03a66637a3d576075198285a6320bf47dbb92f5c.tar.gz
gentoo-03a66637a3d576075198285a6320bf47dbb92f5c.tar.bz2
gentoo-03a66637a3d576075198285a6320bf47dbb92f5c.zip
media-libs/qhull-2020.2-r3: fix install for Darwin
Closes: https://bugs.gentoo.org/905019 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'media-libs/qhull')
-rw-r--r--media-libs/qhull/qhull-2020.2-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild
index bcdac3b63cb5..ada3b39f58e3 100644
--- a/media-libs/qhull/qhull-2020.2-r3.ebuild
+++ b/media-libs/qhull/qhull-2020.2-r3.ebuild
@@ -53,7 +53,7 @@ src_compile() {
src_install() {
cmake_src_install
- dolib.so "${BUILD_DIR}"/libqhull.so*
+ dolib.so "${BUILD_DIR}"/libqhull{$(get_libname),$(get_libname "*")}
# fix double prefix in pc files
sed -i "/^libdir/s@/.*@/$(get_libdir)@" "${ED}/usr/$(get_libdir)/pkgconfig/"*.pc || die