From cc7fbdefa47e1a5d36387b6f03fb6923c55daee6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 6 Dec 2013 08:04:06 -0800 Subject: [PATCH] makeicns: patch for 10.9 Closes Homebrew/homebrew#24985. --- Formula/makeicns.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/makeicns.rb b/Formula/makeicns.rb index 6d9fb9b98ecb1..e742cb6d4940b 100644 --- a/Formula/makeicns.rb +++ b/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"