summaryrefslogtreecommitdiff
path: root/games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch')
-rw-r--r--games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch b/games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch
deleted file mode 100644
index 70440be0e13a..000000000000
--- a/games-engines/scummvm/files/scummvm-2.1.0-tts_pthread_link.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 26c09be3a091e47419ba2629c5f2a346ad6a5543 Mon Sep 17 00:00:00 2001
-From: Christian Krause <chkr@plauener.de>
-Date: Wed, 16 Oct 2019 22:41:27 +0200
-Subject: [PATCH] TTS: Link libpthread explicitly on Linux platform
-
----
- configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure b/configure
-index 0adf0bb7bad..dbfe336e6d0 100755
---- a/configure
-+++ b/configure
-@@ -5504,7 +5504,7 @@ else
- echo "linux"
- _tts=yes
- define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER'
-- append_var LIBS '-lspeechd'
-+ append_var LIBS '-lspeechd -lpthread'
- ;;
- mingw*)
- echo "win32"