We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1b737 commit b00b91dCopy full SHA for b00b91d
Formula/m/md5deep.rb
@@ -38,6 +38,13 @@ class Md5deep < Formula
38
end
39
40
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
+
48
def install
49
system "sh", "bootstrap.sh"
50
system "./configure", "--prefix=#{prefix}"
0 commit comments