Skip to content

Commit

Permalink
makeicns: patch for 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Dec 6, 2013
1 parent 7e4e6e3 commit cc7fbde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/makeicns.rb
Expand Up @@ -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"
Expand Down

0 comments on commit cc7fbde

Please sign in to comment.