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:
parent
140735e5ee
commit
1e0de57fc8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Pango < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.x11
|
||||
system "./configure", "--disable-dependency-tracking", "--disable-debug",
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-man",
|
||||
|
|
Loading…
Reference in a new issue