summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2023-09-23 09:19:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 21:06:26 +0200
commit9e455800ddc8927d3b879edd7b83a9d041b5965f (patch)
treef229e4d26962df9c8bfb241ab3f570b5b32cee96 /sci-astronomy
parentdev-libs/kirigami-addons: Stabilize 0.11.0 amd64, #914755 (diff)
downloadgentoo-9e455800ddc8927d3b879edd7b83a9d041b5965f.tar.gz
gentoo-9e455800ddc8927d3b879edd7b83a9d041b5965f.tar.bz2
gentoo-9e455800ddc8927d3b879edd7b83a9d041b5965f.zip
sci-astronomy/stellarium: fix build even when sci-libs/indilib is installed
Bug: https://bugs.gentoo.org/913177 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/33002 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/stellarium-23.2-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/stellarium-23.2-r1.ebuild b/sci-astronomy/stellarium/stellarium-23.2-r1.ebuild
index 76d6e6f498a1..5729b58209c5 100644
--- a/sci-astronomy/stellarium/stellarium-23.2-r1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-23.2-r1.ebuild
@@ -152,7 +152,9 @@ src_configure() {
"$(cmake_use_find_package doc Doxygen)"
)
if use telescope; then
+ # https://bugs.gentoo.org/913177
mycmakeargs+=(
+ -DPREFER_SYSTEM_INDILIB=no
-DCPM_indiclient_SOURCE="${WORKDIR}/indi-1.8.5"
)
fi