diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mplayer.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index a38d9b0b9..a6564503c 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -41,13 +41,7 @@ class Mplayer < Formula end def install - # (A) Do not use pipes, per bug report and MacPorts - # * https://github.com/mxcl/homebrew/issues/622 - # * http://trac.macports.org/browser/trunk/dports/multimedia/mplayer-devel/Portfile - # (B) Any kind of optimisation breaks the build - # (C) It turns out that ENV.O1 fixes link errors with llvm. - ENV['CFLAGS'] = '' - ENV['CXXFLAGS'] = '' + # It turns out that ENV.O1 fixes link errors with llvm. ENV.O1 if ENV.compiler == :llvm # we disable cdparanoia because homebrew's version is hacked to work on OS X |
