diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2023-09-23 09:19:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-26 21:06:26 +0200 |
commit | 9e455800ddc8927d3b879edd7b83a9d041b5965f (patch) | |
tree | f229e4d26962df9c8bfb241ab3f570b5b32cee96 /sci-astronomy | |
parent | dev-libs/kirigami-addons: Stabilize 0.11.0 amd64, #914755 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |