Skip to content

Commit 39c8c75

Browse files
committed
srt: fix to build using cmake 4
1 parent 7a1461c commit 39c8c75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/s/srt.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ class Srt < Formula
2020
depends_on "pkgconf" => :build
2121
depends_on "openssl@3"
2222

23+
# Fix to cmake 4 compatibility
24+
# PR ref: https://github.com/Haivision/srt/pull/3167
25+
patch do
26+
url "https://github.com/Haivision/srt/commit/7962936829e016295e5c570539eb2520b326da4c.patch?full_index=1"
27+
sha256 "e4489630886bf8b26f63a23c8b1aec549f7280f07713ded07fce281e542725f7"
28+
end
29+
2330
def install
2431
openssl = Formula["openssl@3"]
2532

0 commit comments

Comments
 (0)