aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake')
-rw-r--r--comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake b/comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake
deleted file mode 100644
index 1963cf606c56..000000000000
--- a/comms/wsjtz/files/patch-CMake_Modules_Findhamlib.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMake/Modules/Findhamlib.cmake.orig 2021-02-01 18:08:30 UTC
-+++ CMake/Modules/Findhamlib.cmake
-@@ -16,7 +16,7 @@ set (hamlib_LIBRARY_DIRS)
-
- # pkg-config?
- find_path (__hamlib_pc_path NAMES hamlib.pc
-- PATH_SUFFIXES lib/pkgconfig lib64/pkgconfig
-+ PATH_SUFFIXES libdata/pkgconfig lib64/pkgconfig
- )
- if (__hamlib_pc_path)
- set (__pc_path $ENV{PKG_CONFIG_PATH})