diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libicns.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/libicns.rb b/Library/Formula/libicns.rb index f3a72bd6a..9aacda951 100644 --- a/Library/Formula/libicns.rb +++ b/Library/Formula/libicns.rb @@ -5,11 +5,14 @@ class Libicns < Formula homepage 'http://icns.sourceforge.net/' md5 'ff4624353a074c6cb51e41d145070e10' - depends_on 'jasper' # or openjpeg + depends_on 'jasper' def install + # Fix for libpng 1.5 on Lion, may not be needed in head version of libicns + inreplace 'icnsutils/png2icns.c', 'png_set_gray_1_2_4_to_8', 'png_set_expand_gray_1_2_4_to_8' + ENV.libpng - ENV.universal_binary # build fat so wine can use it + ENV.universal_binary # Also build 32-bit so Wine can use it system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
