File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ class Fmt < Formula
4
4
url "https://github.com/fmtlib/fmt/archive/8.1.1.tar.gz"
5
5
sha256 "3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346"
6
6
license "MIT"
7
+ revision 1
8
+ head "https://github.com/fmtlib/fmt.git" , branch : "master"
7
9
8
10
bottle do
9
11
sha256 cellar : :any , arm64_monterey : "6cbc489146c6c0dce9a3f9726d3a3fe4e81c5df58cfd506609244d5c22382dec"
@@ -16,6 +18,13 @@ class Fmt < Formula
16
18
17
19
depends_on "cmake" => :build
18
20
21
+ # Fix Watchman build.
22
+ # https://github.com/fmtlib/fmt/issues/2717
23
+ patch do
24
+ url "https://github.com/fmtlib/fmt/commit/8f8a1a02d5c5cb967d240feee3ffac00d66f22a2.patch?full_index=1"
25
+ sha256 "ac5d7a8f9eabd40e34f21b1e0034fbc4147008f13b7bf2314131239fb3a7bdab"
26
+ end
27
+
19
28
def install
20
29
system "cmake" , "." , "-DBUILD_SHARED_LIBS=TRUE" , *std_cmake_args
21
30
system "make" , "install"
You can’t perform that action at this time.
0 commit comments