aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 95be8c1da..355156f6d 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -30,7 +30,7 @@ class Ruby < Formula
# pthread_setname_np() is unavailable before Snow Leopard
# Reported upstream: https://bugs.ruby-lang.org/issues/9492
- def patches; DATA; end if MacOS.version < :snow_leopard
+ patch :DATA if MacOS.version < :snow_leopard
def install
system "autoconf" if build.head?