aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:53 -0500
committerJack Nagel2014-03-19 18:57:15 -0500
commit49dd4f12798ad06e335d5127ccbd27bfb412e47d (patch)
tree21b91447f4dfb1084a5f8b8ab9ee8032eff05425 /Library
parenta16f3c3d34572d9d4895e55df7e92ae024961b85 (diff)
downloadhomebrew-49dd4f12798ad06e335d5127ccbd27bfb412e47d.tar.bz2
iulib: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/iulib.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/iulib.rb b/Library/Formula/iulib.rb
index 28dd03678..437fb95a9 100644
--- a/Library/Formula/iulib.rb
+++ b/Library/Formula/iulib.rb
@@ -12,10 +12,7 @@ class Iulib < Formula
depends_on "jpeg"
depends_on "libtiff"
- def patches
- # fixes errors in header calls
- DATA
- end
+ patch :DATA # fixes errors in header calls
def install
system "aclocal"