aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppdom.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:30 -0500
committerJack Nagel2014-03-18 14:52:51 -0500
commit4c3dfc9677721b692b8dd2cdc0f7a8f0c4298945 (patch)
tree5b246874cc71d06b7612ce335b8acde208f9f8d3 /Library/Formula/cppdom.rb
parent1a3f4ed1a93e294cdac294d8f8b23a1a863cae7c (diff)
downloadhomebrew-4c3dfc9677721b692b8dd2cdc0f7a8f0c4298945.tar.bz2
cppdom: use patch DSL
Diffstat (limited to 'Library/Formula/cppdom.rb')
-rw-r--r--Library/Formula/cppdom.rb2
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",