From 3f3227135eee2759f4663d9fdc2d2f74585db479 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 23 May 2014 20:54:56 -0500 Subject: john-jumbo: move patch comment to the correct patch --- Library/Formula/john-jumbo.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3