summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-17 22:25:09 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-17 22:25:09 -0500
commit79477d9c98f30c3ebedd8b75721260b257822d65 (patch)
tree6382d7f3017e7fe54b0858648589f42075c9ca2e /sci-astronomy
parente354c0374d2aa19224b635b0ce38bd0e6a6b5fc3 (diff)
downloadbaldeagleos-repo-79477d9c98f30c3ebedd8b75721260b257822d65.tar.gz
baldeagleos-repo-79477d9c98f30c3ebedd8b75721260b257822d65.tar.xz
baldeagleos-repo-79477d9c98f30c3ebedd8b75721260b257822d65.zip
Adding metadata
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/files/stellarium-26.2-link-error.patch23
-rw-r--r--sci-astronomy/stellarium/stellarium-26.2.ebuild4
2 files changed, 27 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/files/stellarium-26.2-link-error.patch b/sci-astronomy/stellarium/files/stellarium-26.2-link-error.patch
new file mode 100644
index 000000000000..5a4df1e84f65
--- /dev/null
+++ b/sci-astronomy/stellarium/files/stellarium-26.2-link-error.patch
@@ -0,0 +1,23 @@
+https://github.com/Stellarium/stellarium/pull/5067
+
+From 4248e0e65ee57ba17bbda9f49999de4934f14865 Mon Sep 17 00:00:00 2001
+From: Ivan Lloro <Ivan.Lloro.Boada@gmail.com>
+Date: Tue, 4 Aug 2026 09:56:20 +0100
+Subject: [PATCH] Fix link error when --as-needed linker flag set
+
+---
+ plugins/TelescopeControl/src/gui/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/plugins/TelescopeControl/src/gui/CMakeLists.txt b/plugins/TelescopeControl/src/gui/CMakeLists.txt
+index bd5343581070c..b3c6c79eb1a93 100644
+--- a/plugins/TelescopeControl/src/gui/CMakeLists.txt
++++ b/plugins/TelescopeControl/src/gui/CMakeLists.txt
+@@ -31,6 +31,7 @@ target_link_libraries(TelescopeControl_gui
+ Qt${QT_VERSION_MAJOR}::Network
+ Qt${QT_VERSION_MAJOR}::Gui
+ Qt${QT_VERSION_MAJOR}::OpenGL
++ Qt${QT_VERSION_MAJOR}::SerialPort
+ TelescopeControl_common
+ )
+
diff --git a/sci-astronomy/stellarium/stellarium-26.2.ebuild b/sci-astronomy/stellarium/stellarium-26.2.ebuild
index 5d83cb645ef7..9dadd3114359 100644
--- a/sci-astronomy/stellarium/stellarium-26.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-26.2.ebuild
@@ -87,6 +87,10 @@ DEPEND="${RDEPEND}
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/stellarium.asc
+PATCHES=(
+ "${FILESDIR}"/stellarium-26.2-link-error.patch
+)
+
pkg_setup() {
if tc-is-clang && ! use libcxx && [[ $(tc-get-cxx-stdlib) == libc++ ]]; then
die "When using libc++, please enable USE=libcxx"