summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/kstars/kstars.link.with.gsl.patch')
-rw-r--r--source/kde/kde/patch/kstars/kstars.link.with.gsl.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch b/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch
deleted file mode 100644
index 0be7f8342..000000000
--- a/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./kstars/CMakeLists.txt.orig 2023-05-31 03:23:38.000000000 -0500
-+++ ./kstars/CMakeLists.txt 2023-06-10 15:22:26.822136184 -0500
-@@ -1338,6 +1338,11 @@
-
- endif(INDI_FOUND)
-
-+# Force link with GSL:
-+find_package(GSL REQUIRED)
-+include_directories(${GSL_INCLUDE_DIRS})
-+target_link_libraries(KStarsLib ${GSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} KF5::Notifications)
-+
- if(WCSLIB_FOUND)
- target_link_libraries(KStarsLib ${WCSLIB_LIBRARIES})
- if (BUILD_KSTARS_LITE)