aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:17 -0500
committerJack Nagel2014-03-20 14:05:17 -0500
commitab18a21c002ccaf28abe3ba3c83234d09160a2b2 (patch)
treeec172e0632d1836b021fa7cfcf557a2e51282c95 /Library/Formula
parentd3de9ecc037dd15ce914dc76b8902137c523ca82 (diff)
downloadhomebrew-ab18a21c002ccaf28abe3ba3c83234d09160a2b2.tar.bz2
png2ico: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/png2ico.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/png2ico.rb b/Library/Formula/png2ico.rb
index 3287a7db2..b20503e77 100644
--- a/Library/Formula/png2ico.rb
+++ b/Library/Formula/png2ico.rb
@@ -8,7 +8,7 @@ class Png2ico < Formula
depends_on :libpng
# Fix build with recent clang
- def patches; DATA; end
+ patch :DATA
def install
inreplace 'Makefile', 'g++', '$(CXX)'