diff options
Diffstat (limited to 'media-radio/unixcw/files/unixcw-tests.patch')
-rw-r--r-- | media-radio/unixcw/files/unixcw-tests.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-radio/unixcw/files/unixcw-tests.patch b/media-radio/unixcw/files/unixcw-tests.patch deleted file mode 100644 index 9d2c3d9685c2..000000000000 --- a/media-radio/unixcw/files/unixcw-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -# 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); |