diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ghostscript.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index 15dd645b7..4c999f0e3 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -43,8 +43,6 @@ class Ghostscript < Formula def install ENV.deparallelize - # ghostscript configure ignores LDFLAGs apparently - ENV['LIBS'] = "-L#{MacOS::X11.lib}" if MacOS::X11.installed? src_dir = build.head? ? "gs" : "." @@ -56,6 +54,7 @@ class Ghostscript < Formula --disable-compile-inits --disable-gtk --with-system-libtiff + --without-x ] if build.head? |
