diff options
| author | Jack Nagel | 2014-05-23 20:54:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-23 20:54:56 -0500 |
| commit | 3f3227135eee2759f4663d9fdc2d2f74585db479 (patch) | |
| tree | 16fff6618c4f4ae4b9cfd5d5c6e2d0b78b9770d1 /Library | |
| parent | 2da107c39cc27a1d06a9fc4c4ed49cef549f0fd0 (diff) | |
| download | homebrew-3f3227135eee2759f4663d9fdc2d2f74585db479.tar.bz2 | |
john-jumbo: move patch comment to the correct patch
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/john-jumbo.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/john-jumbo.rb b/Library/Formula/john-jumbo.rb index f2512ca85..47ffa7776 100644 --- a/Library/Formula/john-jumbo.rb +++ b/Library/Formula/john-jumbo.rb @@ -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 |
