Tell gd where freetype is; fixes Homebrew/homebrew#813

master
Adam Vandenberg 2010-02-24 21:46:38 -08:00
parent 1491f8f393
commit 83336623b9
1 changed files with 1 additions and 1 deletions

View File

@ -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