diff options
| author | Jack Nagel | 2014-03-19 20:21:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:52 -0500 |
| commit | 1eef5ddc84968ffe99185230b84ec01486c746b8 (patch) | |
| tree | 110df3e213c72e8c87772758c7e3455e4deb7801 /Library/Formula | |
| parent | 1831933e4eb78e4cdb076482f6dbf90b4449dd5f (diff) | |
| download | homebrew-1eef5ddc84968ffe99185230b84ec01486c746b8.tar.bz2 | |
mcpp: use patch DSL
Diffstat (limited to 'Library/Formula')
| -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", |
