From 8197e383420cdb7ec768ec6cc5f8b23e5839ddde Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 12 Nov 2013 18:30:05 -0600 Subject: 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. --- Library/Formula/mplayer.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3