diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 20:30:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 20:31:28 +0000 |
commit | 1e5f7f712a42d205980056ab901d5ccd85d3d222 (patch) | |
tree | ff46a7479e49b0902f1f6913ee97b86cef48955f /app-accessibility/speech-dispatcher | |
parent | app-accessibility/speech-dispatcher: Fix build for musl (diff) | |
download | gentoo-1e5f7f712a42d205980056ab901d5ccd85d3d222.tar.gz gentoo-1e5f7f712a42d205980056ab901d5ccd85d3d222.tar.bz2 gentoo-1e5f7f712a42d205980056ab901d5ccd85d3d222.zip |
app-accessibility/speech-dispatcher: scrub patches; include commit link
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility/speech-dispatcher')
2 files changed, 1 insertions, 15 deletions
diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-include-pthread_h.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-include-pthread_h.patch index c8ece83fd350..3575e2c54c99 100644 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-include-pthread_h.patch +++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-include-pthread_h.patch @@ -1,12 +1,7 @@ This fixes pthread_mutex_t being undefined on musl libc. +https://github.com/brailcom/speechd/commit/17e4038948f01e389cbd7fedbe3f0eb54ad3292d https://bugs.gentoo.org/833347 ---- - src/modules/module_main.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/modules/module_main.h b/src/modules/module_main.h -index 7d9ed6d..f1d4c65 100644 --- a/src/modules/module_main.h +++ b/src/modules/module_main.h @@ -31,6 +31,7 @@ @@ -17,6 +12,3 @@ index 7d9ed6d..f1d4c65 100644 #ifdef __cplusplus extern "C" { --- -2.35.1 - diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-remove-unused-variable-musl.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-remove-unused-variable-musl.patch index 3264bdff489b..545fe2916e05 100644 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-remove-unused-variable-musl.patch +++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-remove-unused-variable-musl.patch @@ -8,12 +8,6 @@ From: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Sun, 13 Mar 2022 18:35:59 +0100 Subject: [PATCH] Drop unused variable ---- - src/modules/espeak.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/modules/espeak.c b/src/modules/espeak.c -index 94a01197..1a47bb09 100644 --- a/src/modules/espeak.c +++ b/src/modules/espeak.c @@ -3,7 +3,7 @@ |