pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnuradio-core: add missing patch referenced by SUBST block



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Aug 2 05:36:45 2020 +0200
Changeset:	da7d1f9437016d49820800d3f814d99abf12ae6e

Modified Files:
	gnuradio-core/distinfo
Added Files:
	gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt

Log Message:
gnuradio-core: add missing patch referenced by SUBST block

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da7d1f9437016d49820800d3f814d99abf12ae6e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnuradio-core/distinfo                                  |  1 +
 gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/gnuradio-core/distinfo b/gnuradio-core/distinfo
index 3f13662050..991abc9303 100644
--- a/gnuradio-core/distinfo
+++ b/gnuradio-core/distinfo
@@ -6,5 +6,6 @@ SHA512 (gnuradio-3.8.0.0.tar.gz) = 1a3be19f26183d0e953ad1b484de68eb8d452a80a58a7
 Size (gnuradio-3.8.0.0.tar.gz) = 3557884 bytes
 SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
 SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
+SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 822fe211b8f043cc80bcc586dd68eb0f3af87af3
 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = 565b4ada865395f19228511659bfc489a5a9583f
 SHA1 (patch-grc_script_gnuradio-companion) = 852f520670c0b9ec822b88aea331a1e052175340
diff --git a/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt b/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt
new file mode 100644
index 0000000000..1744145f51
--- /dev/null
+++ b/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- gr-audio/lib/CMakeLists.txt.orig	2019-08-09 21:40:34.000000000 +0000
++++ gr-audio/lib/CMakeLists.txt
+@@ -35,7 +35,7 @@ list(APPEND gr_audio_confs ${CMAKE_CURRE
+ ########################################################################
+ ## ALSA Support
+ ########################################################################
+-find_package(ALSA)
++@@ALSA@@find_package(ALSA)
+ 
+ set(audio_deps "")
+ 


Home | Main Index | Thread Index | Old Index