diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
| commit | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch) | |
| tree | 78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/extra/alsa-lib/test-oldapi.patch | |
| parent | df36bfd61252b7c543ab1efbfc5482b453805b0f (diff) | |
| download | alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip | |
added clang branch
Diffstat (limited to 'repos/extra/alsa-lib/test-oldapi.patch')
| -rwxr-xr-x | repos/extra/alsa-lib/test-oldapi.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/repos/extra/alsa-lib/test-oldapi.patch b/repos/extra/alsa-lib/test-oldapi.patch new file mode 100755 index 00000000..0f61bd18 --- /dev/null +++ b/repos/extra/alsa-lib/test-oldapi.patch @@ -0,0 +1,23 @@ +we disable old symbols so building this test fails +-- +diff --git a/test/Makefile.am b/test/Makefile.am +index 99c2c4f..ac7bae1 100644 +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -2,7 +2,7 @@ + + check_PROGRAMS=control pcm pcm_min latency seq seq-ump-example \ + playmidi1 timer rawmidi midiloop umpinfo \ +- oldapi queue_timer namehint client_event_filter \ ++ queue_timer namehint client_event_filter \ + chmap audio_time user-ctl-element-set pcm-multi-thread + + control_LDADD=../src/libasound.la +@@ -18,7 +18,6 @@ + rawmidi_LDADD=../src/libasound.la + midiloop_LDADD=../src/libasound.la + umpinfo_LDADD=../src/libasound.la +-oldapi_LDADD=../src/libasound.la + queue_timer_LDADD=../src/libasound.la + namehint_LDADD=../src/libasound.la + client_event_filter_LDADD=../src/libasound.la |