summaryrefslogtreecommitdiff
path: root/sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch')
-rw-r--r--sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch b/sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch
deleted file mode 100644
index 793cb2fcead4..000000000000
--- a/sci-astronomy/kstars/files/kstars-3.6.5-buildfix.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ea6f3578b047be156c89137dc61ad874775b94b4 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 25 Jul 2023 15:51:40 +0200
-Subject: [PATCH] Drop superfluous definition
-
-While build fails only under certain downstream circumstances,
-this line should not be here in the first place.
-
-Follow-up to a56e12970b2e10305e2942f7aa47cc8bb9f0d53f
-
-See also: https://invent.kde.org/education/kstars/-/issues/251
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- kstars/skycomponents/supernovaecomponent.cpp | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/kstars/skycomponents/supernovaecomponent.cpp b/kstars/skycomponents/supernovaecomponent.cpp
-index bb427b8e8..3b3866f7d 100644
---- a/kstars/skycomponents/supernovaecomponent.cpp
-+++ b/kstars/skycomponents/supernovaecomponent.cpp
-@@ -36,8 +36,6 @@
-
- #include <csv.h>
-
--gzFile gzopen OF((const char *path, const char *mode));
--
- const QString SupernovaeComponent::tnsDataFilename("tns_public_objects.csv");
- const QString SupernovaeComponent::tnsDataFilenameZip("tns-daily.csv.gz");
- const QString SupernovaeComponent::tnsDataUrl(
---
-2.41.0
-