aboutsummaryrefslogtreecommitdiff
path: root/comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt')
-rw-r--r--comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt b/comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt
deleted file mode 100644
index 609c02a6a7c4..000000000000
--- a/comms/hydrasdr/files/patch-libhydrasdr_CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
---- libhydrasdr/CMakeLists.txt.orig 2025-07-17 22:22:04 UTC
-+++ libhydrasdr/CMakeLists.txt
-@@ -108,11 +108,18 @@ CONFIGURE_FILE(
- ${CMAKE_CURRENT_BINARY_DIR}/libhydrasdr.pc
- @ONLY)
-
-+STRING(COMPARE EQUAL ${BSD} "FreeBSD" FREEBSD)
-+if (FREEBSD)
- INSTALL(
- FILES ${CMAKE_CURRENT_BINARY_DIR}/libhydrasdr.pc
-+ DESTINATION libdata${LIB_SUFFIX}/pkgconfig
-+)
-+else()
-+INSTALL(
-+ FILES ${CMAKE_CURRENT_BINARY_DIR}/libhydrasdr.pc
- DESTINATION lib${LIB_SUFFIX}/pkgconfig
- )
--
-+endif()
- ########################################################################
- # Create uninstall target
- ########################################################################