aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:32 -0500
committerJack Nagel2014-03-18 14:52:52 -0500
commit51783ae24ca8f418450ee1bef7d7f05b53316a54 (patch)
tree19d21d29e92b0e18736e1d3dbb46fc10baba80ab
parent0c0b89277746f64d67d5cf318e62b6e99914c7f3 (diff)
downloadhomebrew-51783ae24ca8f418450ee1bef7d7f05b53316a54.tar.bz2
dyld-headers: use patch DSL
-rw-r--r--Library/Formula/dyld-headers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dyld-headers.rb b/Library/Formula/dyld-headers.rb
index 44ae6dd7f..f3be04644 100644
--- a/Library/Formula/dyld-headers.rb
+++ b/Library/Formula/dyld-headers.rb
@@ -8,7 +8,7 @@ class DyldHeaders < Formula
keg_only :provided_by_osx
# Use Tiger-style availability macros
- def patches; DATA; end if MacOS.version < :leopard
+ patch :DATA if MacOS.version < :leopard
def install
include.install Dir['include/*']