aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:57 -0500
committerJack Nagel2014-03-19 18:57:19 -0500
commit5f0ae4a383f95508e1aa18a28a53f11ba355b412 (patch)
treee1c7054d4166340bd411dc2ccee72bdd9992379a /Library
parentb04bbdb433274088adecbbbe0b19a71e6275b075 (diff)
downloadhomebrew-5f0ae4a383f95508e1aa18a28a53f11ba355b412.tar.bz2
lrdf: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lrdf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lrdf.rb b/Library/Formula/lrdf.rb
index b26b50b17..5370a53e1 100644
--- a/Library/Formula/lrdf.rb
+++ b/Library/Formula/lrdf.rb
@@ -12,7 +12,7 @@ class Lrdf < Formula
depends_on "raptor"
# Fix for newer autotools
- def patches; DATA; end
+ patch :DATA
def install
system "glibtoolize"