summaryrefslogtreecommitdiff
path: root/media-radio/unixcw/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
commite3872864be25f7421015bef2732fa57c0c9fb726 (patch)
tree9cb29a544215119b5c5538e37211b994ce1c87ae /media-radio/unixcw/files
parent480486b52ea64765faf696c88b2c6a26a5a454d4 (diff)
gentoo resync : 04.08.2018
Diffstat (limited to 'media-radio/unixcw/files')
-rw-r--r--media-radio/unixcw/files/unixcw-tests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-radio/unixcw/files/unixcw-tests.patch b/media-radio/unixcw/files/unixcw-tests.patch
new file mode 100644
index 000000000000..9d2c3d9685c2
--- /dev/null
+++ b/media-radio/unixcw/files/unixcw-tests.patch
@@ -0,0 +1,12 @@
+# works now without any installed audio system
+--- src/libcw/tests/libcw_test_tq_short_space.c.orig 2018-08-01 07:53:33.972577616 +0000
++++ src/libcw/tests/libcw_test_tq_short_space.c 2018-08-01 07:53:42.877456677 +0000
+@@ -94,7 +94,7 @@
+ bool success = true;
+
+ /* Library initialization. */
+- cw_generator_new(CW_AUDIO_SOUNDCARD, NULL);
++ cw_generator_new(CW_AUDIO_NULL, NULL);
+ cw_generator_start();
+
+ cw_register_tone_queue_low_callback(cwdaemon_tone_queue_low_callback, NULL, tq_low_watermark);