aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tiff2png.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tiff2png.rb b/Library/Formula/tiff2png.rb
index c781d0de6..a7c34856a 100644
--- a/Library/Formula/tiff2png.rb
+++ b/Library/Formula/tiff2png.rb
@@ -10,7 +10,7 @@ class Tiff2png < Formula
depends_on 'jpeg'
# libpng 1.5 no longer #includes zlib.h
- def patches; DATA; end
+ patch :DATA
def install
system "make", "-f", "Makefile.unx", "CC=#{ENV.cc}",