diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 10:43:19 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:22 +0100 |
commit | 6371989f23ee28c11343724f05040de0ccb83428 (patch) | |
tree | 9ed27ecaf50e82028900d267115ba0f11b6e44ac /sci-libs | |
parent | net-p2p/gtk-gnutella: remove unused patch(es) (diff) | |
download | gentoo-6371989f23ee28c11343724f05040de0ccb83428.tar.gz gentoo-6371989f23ee28c11343724f05040de0ccb83428.tar.bz2 gentoo-6371989f23ee28c11343724f05040de0ccb83428.zip |
sci-libs/indilib: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/files/indilib-2.0.5-link-system-httplib.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/indilib/files/indilib-2.0.5-link-system-httplib.patch b/sci-libs/indilib/files/indilib-2.0.5-link-system-httplib.patch deleted file mode 100644 index 5f50d6967444..000000000000 --- a/sci-libs/indilib/files/indilib-2.0.5-link-system-httplib.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0d5beb7fe9d8a7f0fa6f56044077f83605a778fa Mon Sep 17 00:00:00 2001 -From: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> -Date: Sat, 2 Dec 2023 10:06:59 +0100 -Subject: [PATCH] Link against httplib if using system libraries (#1968) - ---- - drivers/telescope/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/telescope/CMakeLists.txt b/drivers/telescope/CMakeLists.txt -index 331a30d84e..9c2f9f234c 100644 ---- a/drivers/telescope/CMakeLists.txt -+++ b/drivers/telescope/CMakeLists.txt -@@ -262,6 +262,6 @@ install(TARGETS indi_skywatcherAltAzMount RUNTIME DESTINATION bin) - add_executable(indi_planewave_telescope - planewave_mount.cpp) - --target_link_libraries(indi_planewave_telescope indidriver) -+target_link_libraries(indi_planewave_telescope indidriver ${HTTPLIB_LIBRARY}) - - install(TARGETS indi_planewave_telescope RUNTIME DESTINATION bin) |