From 9b5ebcdae3a7bbed99624d72e9abe2179aeda5a0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 20:21:14 -0500 Subject: mkclean: use patch DSL --- Library/Formula/mkclean.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mkclean.rb b/Library/Formula/mkclean.rb index 144576abb..a4354c6a3 100644 --- a/Library/Formula/mkclean.rb +++ b/Library/Formula/mkclean.rb @@ -5,11 +5,9 @@ class Mkclean < Formula url 'https://downloads.sourceforge.net/project/matroska/mkclean/mkclean-0.8.7.tar.bz2' sha1 '21d9dd829086fe13771815481b6c7beeb83aca88' - def patches - # Fixes compile error with XCode-4.3+, a hardcoded /Developer. Reported as: - # https://sourceforge.net/tracker/?func=detail&aid=3505611&group_id=68739&atid=522228 - DATA if MacOS.prefer_64_bit? - end + # Fixes compile error with XCode-4.3+, a hardcoded /Developer. Reported as: + # https://sourceforge.net/tracker/?func=detail&aid=3505611&group_id=68739&atid=522228 + patch :DATA if MacOS.prefer_64_bit? def install ENV.deparallelize # Otherwise there are races -- cgit v1.2.3