Pango: Use ENV.x11 during install

Pango links against X11 libraries -- the `ENV.x11` call allows the formula (as
of Homebrew/homebrew#7658) to do so successfully.

Closes Homebrew/homebrew#8941.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Alexander Bohn / FI$H2k 2011-12-02 14:13:20 -05:00 committed by Charlie Sharpsteen
parent 140735e5ee
commit 1e0de57fc8

View file

@ -18,6 +18,7 @@ class Pango < Formula
end
def install
ENV.x11
system "./configure", "--disable-dependency-tracking", "--disable-debug",
"--prefix=#{prefix}",
"--enable-man",