john-jumbo: move patch comment to the correct patch
This commit is contained in:
parent
2aafafbcca
commit
bb572a694e
1 changed files with 5 additions and 4 deletions
|
@ -9,14 +9,15 @@ class JohnJumbo < Formula
|
|||
|
||||
depends_on "openssl"
|
||||
|
||||
# First patch taken from MacPorts, tells john where to find runtime files
|
||||
# Second patch protects against a redefinition of _mm_testz_si128 which
|
||||
# tanked the build in clang;
|
||||
# see https://github.com/Homebrew/homebrew/issues/26531
|
||||
patch do
|
||||
url "http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz"
|
||||
sha1 "22fd8294e997f45a301cfeb65a8aa7083f25a55d"
|
||||
end
|
||||
|
||||
# First patch taken from MacPorts, tells john where to find runtime files
|
||||
# Second patch protects against a redefinition of _mm_testz_si128 which
|
||||
# tanked the build in clang;
|
||||
# see https://github.com/Homebrew/homebrew/issues/26531
|
||||
patch :DATA
|
||||
|
||||
fails_with :llvm do
|
||||
|
|
Loading…
Reference in a new issue