diff options
| author | Jack Nagel | 2014-03-18 12:13:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:52:51 -0500 |
| commit | 4c3dfc9677721b692b8dd2cdc0f7a8f0c4298945 (patch) | |
| tree | 5b246874cc71d06b7612ce335b8acde208f9f8d3 /Library/Formula | |
| parent | 1a3f4ed1a93e294cdac294d8f8b23a1a863cae7c (diff) | |
| download | homebrew-4c3dfc9677721b692b8dd2cdc0f7a8f0c4298945.tar.bz2 | |
cppdom: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cppdom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cppdom.rb b/Library/Formula/cppdom.rb index 70a288cf9..b89cf3cae 100644 --- a/Library/Formula/cppdom.rb +++ b/Library/Formula/cppdom.rb @@ -9,7 +9,7 @@ class Cppdom < Formula depends_on 'boost' # Don't install to prefix/lib64 - def patches; DATA; end + patch :DATA def install args = ["prefix=#{prefix}", "build_test=no", "var_type=optimized", |
