mcpp: use patch DSL
This commit is contained in:
parent
21bfb06047
commit
f1fd88d42b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue