diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mcpp.rb | 2 |
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", |
