Fix imagemagick formula for Snow Leopard with X11.

1. The path to freetype-config had the wrong case.
2. Installing Xquartz adds a different freetype-config to PATH
   which shadows the one with the libs we're trying to link against.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Kühl 2010-07-31 03:18:04 +02:00 committed by Adam Vandenberg
parent 7f63ea1202
commit 565f43c82e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Imagemagick <Formula
def install
# Add to PATH for freetype-config on Snow Leopard
ENV.append 'PATH', '/usr/x11/bin', ':'
ENV.prepend 'PATH', '/usr/X11/bin', ':'
ENV.libpng
ENV.O3 # takes forever otherwise