aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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)'