aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/john.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb
index 0cd15d049..cdd9680bd 100644
--- a/Library/Formula/john.rb
+++ b/Library/Formula/john.rb
@@ -7,9 +7,7 @@ class John < Formula
conflicts_with 'john-jumbo', :because => 'both install the same binaries'
- def patches
- DATA # Taken from MacPorts, tells john where to find runtime files
- end
+ patch :DATA # Taken from MacPorts, tells john where to find runtime files
fails_with :llvm do
build 2334