aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/makeicns.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-06 08:04:06 -0800
committerAdam Vandenberg2013-12-06 08:04:06 -0800
commit61bc2fb327150b14d3021ef04fb5c2746072e69a (patch)
tree0426331b2fdcf049a1dd6bcdc59d8a9f2ebd850e /Library/Formula/makeicns.rb
parent0c0930e8826ddb868a41a2cae09162fd4002a9d3 (diff)
downloadhomebrew-61bc2fb327150b14d3021ef04fb5c2746072e69a.tar.bz2
makeicns: patch for 10.9
Closes #24985.
Diffstat (limited to 'Library/Formula/makeicns.rb')
-rw-r--r--Library/Formula/makeicns.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/makeicns.rb b/Library/Formula/makeicns.rb
index 6d9fb9b98..e742cb6d4 100644
--- a/Library/Formula/makeicns.rb
+++ b/Library/Formula/makeicns.rb
@@ -6,6 +6,12 @@ class Makeicns < Formula
sha1 '2a3b1229781516c8cc36089bf09729d5c17ac17c'
head 'https://bitbucket.org/mkae/makeicns', :using => :hg
+ def patches
+ {:p0 => [
+ "https://trac.macports.org/export/114372/trunk/dports/graphics/makeicns/files/patch-IconFamily.m.diff"
+ ]}
+ end
+
def install
system "make"
bin.install "makeicns"