diff options
| author | Jack Nagel | 2013-11-12 18:30:05 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-12 18:30:05 -0600 |
| commit | 8197e383420cdb7ec768ec6cc5f8b23e5839ddde (patch) | |
| tree | 498b368dae5d93f82a292d78a819f6e0f9537841 /Library | |
| parent | c185792633c3234a729e37dca76a4b5541d8dae7 (diff) | |
| download | homebrew-8197e383420cdb7ec768ec6cc5f8b23e5839ddde.tar.bz2 | |
mplayer: remove old workarounds
These appear to be superflous in both superenv and stdenv; revert this
if it breaks the build somewhere but the circumstances need to be better
documented.
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 |
