FreeType: add ENV.x11 to fix linking on Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
5dbd98a3de
commit
efa14436ce
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue