aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:14 -0500
committerJack Nagel2014-03-19 20:43:52 -0500
commit1eef5ddc84968ffe99185230b84ec01486c746b8 (patch)
tree110df3e213c72e8c87772758c7e3455e4deb7801 /Library
parent1831933e4eb78e4cdb076482f6dbf90b4449dd5f (diff)
downloadhomebrew-1eef5ddc84968ffe99185230b84ec01486c746b8.tar.bz2
mcpp: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mcpp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mcpp.rb b/Library/Formula/mcpp.rb
index 3c96f20bf..4d3f9461e 100644
--- a/Library/Formula/mcpp.rb
+++ b/Library/Formula/mcpp.rb
@@ -8,7 +8,7 @@ class Mcpp < Formula
# stpcpy is a macro on OS X; trying to define it as an extern is invalid.
# Patch from ZeroC fixing EOL comment parsing
# http://www.zeroc.com/forums/bug-reports/5309-mishap-slice-compilers.html#post23231
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",