aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:56 -0500
committerJack Nagel2014-03-19 18:57:18 -0500
commita15949b50aca8d304ca6954b81a643b1526720cb (patch)
tree5161f7a896b6299f4317438a78135546f461e757 /Library/Formula
parent606245231787697030fe1e841292e15be8cf4280 (diff)
downloadhomebrew-a15949b50aca8d304ca6954b81a643b1526720cb.tar.bz2
libstfl: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libstfl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstfl.rb b/Library/Formula/libstfl.rb
index b67cc2d3c..990098ffa 100644
--- a/Library/Formula/libstfl.rb
+++ b/Library/Formula/libstfl.rb
@@ -8,7 +8,7 @@ class Libstfl < Formula
depends_on :python => :recommended
depends_on 'swig' => :build
- def patches; DATA; end
+ patch :DATA
def install
args = ["CC=#{ENV.cc} -pthread", "prefix=#{prefix}"]