diff options
| author | Adam Vandenberg | 2013-07-09 21:45:47 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-09 21:45:47 -0700 |
| commit | 246f4b5416652bbb1d5a9664e0de896604a44727 (patch) | |
| tree | 3b28f92daac48df8c675f94576f1a2332820984e /Library | |
| parent | 534106cd1dbec77e1a49c2d2beca5f4acf8e9bc9 (diff) | |
| download | homebrew-246f4b5416652bbb1d5a9664e0de896604a44727.tar.bz2 | |
ps2eps: fix options for gcc
Closes #21084.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ps2eps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ps2eps.rb b/Library/Formula/ps2eps.rb index 27cbf560e..6f2fd502f 100644 --- a/Library/Formula/ps2eps.rb +++ b/Library/Formula/ps2eps.rb @@ -10,7 +10,7 @@ class Ps2eps < Formula skip_clean 'bin' # Don't strip +x on ps2eps def install - system "#{ENV.cc} #{ENV.cflags} src/C/bbox.c -obbox" + system "#{ENV.cc} #{ENV.cflags} src/C/bbox.c -o bbox" bin.install 'bin/ps2eps' bin.install 'bbox' share.install Dir['doc/man'] |
