FreeType: add ENV.x11 to fix linking on Lion

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Oliver Tonnhofer 2011-10-26 11:06:09 +03:00 committed by Adam Vandenberg
parent 5dbd98a3de
commit efa14436ce
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class Mapserver < Formula
end end
def install def install
ENV.x11
system "./configure", *configure_args system "./configure", *configure_args
system "make" system "make"
bin.install %w(mapserv) bin.install %w(mapserv)