john-jumbo: move patch comment to the correct patch

This commit is contained in:
Jack Nagel 2014-05-23 20:54:56 -05:00
parent 2aafafbcca
commit bb572a694e

View file

@ -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