pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/gr-osmosdr/patches
Module Name: pkgsrc
Committed By: gdt
Date: Wed Oct 22 12:07:56 UTC 2025
Added Files:
pkgsrc/ham/gr-osmosdr/patches: patch-CMakeLists.txt
Log Message:
ham/gr-osmosdr: Add patchfile missing in previous commit
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/ham/gr-osmosdr/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/ham/gr-osmosdr/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/ham/gr-osmosdr/patches/patch-CMakeLists.txt:1.1
--- /dev/null Wed Oct 22 12:07:56 2025
+++ pkgsrc/ham/gr-osmosdr/patches/patch-CMakeLists.txt Wed Oct 22 12:07:56 2025
@@ -0,0 +1,18 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/10/22 12:07:56 gdt Exp $
+
+Cope with boost deprecations.
+
+Sent upstream by email 20251021, because their bugtracker both
+requires and prohibits registrations.
+
+--- CMakeLists.txt.orig 2024-05-15 17:40:15.000000000 +0000
++++ CMakeLists.txt
+@@ -119,7 +119,7 @@ endif()
+ ########################################################################
+ # Find boost
+ ########################################################################
+-find_package(Boost "1.65" REQUIRED chrono thread system)
++find_package(Boost "1.65" REQUIRED chrono thread)
+
+ if(NOT Boost_FOUND)
+ message(FATAL_ERROR "Boost required to compile osmosdr")
Home |
Main Index |
Thread Index |
Old Index