diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libqalculate.rb | 2 |
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", |
