Tell gd where freetype is; fixes Homebrew/homebrew#813
This commit is contained in:
parent
1491f8f393
commit
83336623b9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Gd <Formula
|
|||
aka :libgd
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "./configure", "--prefix=#{prefix}", "--with-freetype=/usr/X11"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue