Build Ghostscript in reasonable time

Relevent to issue Homebrew/homebrew#56
This commit is contained in:
Max Howell 2009-09-28 16:09:25 +01:00
parent 67a660976c
commit f159b3b33a

View file

@ -12,8 +12,11 @@ class Ghostscript <Formula
@md5='526366f8cb4fda0d3d293597cc5b984b'
def install
# O3 with ghostscript takes an ungodly amount of time
ENV.O3
# ghostscript configure ignores LDFLAGs apparently
ENV['LIBS']="-L/usr/X11/lib"
system "./configure", "--prefix=#{prefix}", "--disable-debug",
# the cups component adamantly installs to /usr so fuck it
"--disable-cups"