aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:55 -0500
committerJack Nagel2014-03-19 18:57:18 -0500
commit6f6146ea198ce6f75358ec3c0a8ea136ff1ed575 (patch)
treec376485408a43f43a741bdb5789edd3802abf530 /Library/Formula
parent8e1442e03c7a217701123f5a53aef8098d7be82c (diff)
downloadhomebrew-6f6146ea198ce6f75358ec3c0a8ea136ff1ed575.tar.bz2
libqalculate: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libqalculate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libqalculate.rb b/Library/Formula/libqalculate.rb
index 013e309d4..22437c375 100644
--- a/Library/Formula/libqalculate.rb
+++ b/Library/Formula/libqalculate.rb
@@ -14,7 +14,7 @@ class Libqalculate < Formula
depends_on 'wget'
# Patches against version 0.9.7, should not be needed in the future
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",