aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:14 -0500
committerJack Nagel2014-03-19 20:43:53 -0500
commit9b5ebcdae3a7bbed99624d72e9abe2179aeda5a0 (patch)
tree0fcdd75de1dd8c5a67a1520c039add612a2ac7c9 /Library/Formula
parentad36474fe2bd8337e866fb516be34f7cf7d2c83f (diff)
downloadhomebrew-9b5ebcdae3a7bbed99624d72e9abe2179aeda5a0.tar.bz2
mkclean: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mkclean.rb8
1 files changed, 3 insertions, 5 deletions
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