Skip to content

Commit

Permalink
app-accessibility/speech-dispatcher: scrub patches; include commit link
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 17, 2022
1 parent 89dc6b8 commit 1e5f7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
@@ -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 @@
Expand All @@ -17,6 +12,3 @@ index 7d9ed6d..f1d4c65 100644

#ifdef __cplusplus
extern "C" {
--
2.35.1

Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ From: Samuel Thibault <[email protected]>
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 @@
Expand Down

0 comments on commit 1e5f7f7

Please sign in to comment.