aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:16 -0500
committerJack Nagel2014-03-19 20:43:54 -0500
commitb60a16be25adb9da81649043977c9c8321da45ba (patch)
tree35465915289dba9b71ab65b5948d555518adf572 /Library/Formula
parent17bddb53ff7056276663ca6b72c5e3ee929a5a01 (diff)
downloadhomebrew-b60a16be25adb9da81649043977c9c8321da45ba.tar.bz2
objective-caml: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/objective-caml.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index 4ad4f6226..66c654e7b 100644
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -22,9 +22,7 @@ class ObjectiveCaml < Formula
# is specified, and older versions warn. This patch fixes the OCaml
# configure script to not pass this option on recent MacOS versions.
# See http://caml.inria.fr/mantis/view.php?id=6346 for upstream bug.
- def patches
- DATA
- end
+ patch :DATA
def install
system "./configure", "--prefix", HOMEBREW_PREFIX,