Skip to content

Commit 90b5634

Browse files
authored
Merge pull request Homebrew#218762 from Homebrew/speech-tools-backport
speech-tools: backport fix for building with `-fno-common`
2 parents 0e9ad0c + 5e6140e commit 90b5634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/s/speech-tools.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class SpeechTools < Formula
1414
url "https://github.com/festvox/speech_tools/commit/06141f69d21bf507a9becb5405265dc362edb0df.patch?full_index=1"
1515
sha256 "a42493982af11a914d2cf8b97edd287a54b5cabffe6c8fe0e4a9076c211e85ef"
1616
end
17+
18+
# Backport fix for building with -fno-common
19+
patch do
20+
url "https://github.com/festvox/speech_tools/commit/55bdddcca80906d63090872309c0a7838bf44f44.patch?full_index=1"
21+
sha256 "0d0b97ea85550a55d09627d388345b16d467f5cbcbb4ab35aa51479950557048"
22+
end
1723
end
1824

1925
livecheck do

0 commit comments

Comments
 (0)