From 7d7cc06a620d42def6845d1657a440eb2c2cb552 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 12:07:53 -0500 Subject: john: use patch DSL --- Library/Formula/john.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3