aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:53 -0500
committerJack Nagel2014-03-19 18:57:15 -0500
commit96559c188f299fd131ce8df355a039e5ac829122 (patch)
treed28fd1e4701d4a80efda15ce05a840b45fd64d6c /Library/Formula
parent2adf00e0050bb1f14d5d57934c1664fdd7fa987a (diff)
downloadhomebrew-96559c188f299fd131ce8df355a039e5ac829122.tar.bz2
jasper: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jasper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jasper.rb b/Library/Formula/jasper.rb
index 3a41886d7..2aea17fdc 100644
--- a/Library/Formula/jasper.rb
+++ b/Library/Formula/jasper.rb
@@ -19,7 +19,7 @@ class Jasper < Formula
# where an assertion fails when Jasper is fed certain JPEG-2000 files with
# an alpha channel. See:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786
- def patches; DATA; end
+ patch :DATA
def install
ENV.universal_binary if build.universal?