aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index 0dcd011d8..efd1c6c7b 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -31,10 +31,8 @@ class Ghostscript < Formula
def install
ENV.libpng
ENV.deparallelize
- # O4 takes an ungodly amount of time
- ENV.O3
# ghostscript configure ignores LDFLAGs apparently
- ENV['LIBS']="-L/usr/X11/lib"
+ ENV['LIBS'] = "-L/usr/X11/lib"
src_dir = ARGV.build_head? ? "gs" : "."