Skip to content

Commit b00b91d

Browse files
committed
md5deep: add sequoia build patch
Signed-off-by: Rui Chen <[email protected]>
1 parent 7a1b737 commit b00b91d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/m/md5deep.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ class Md5deep < Formula
3838
end
3939
end
4040

41+
# Fix literal and identifier spacing as dictated by C++11
42+
# upstream pr ref, https://github.com/jessek/hashdeep/pull/385
43+
patch do
44+
url "https://github.com/jessek/hashdeep/commit/18a6b5d57f7a648d2b7dcc6e50ff00a1e4b05fcc.patch?full_index=1"
45+
sha256 "a48a214b06372042e4e9fc06caae9d0e31da378892d28c4a30b4800cedf85e86"
46+
end
47+
4148
def install
4249
system "sh", "bootstrap.sh"
4350
system "./configure", "--prefix=#{prefix}"

0 commit comments

Comments
 (0)