Build Ghostscript in reasonable time
Relevent to issue Homebrew/homebrew#56
This commit is contained in:
parent
67a660976c
commit
f159b3b33a
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue