diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mplayer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 1087840c1..4c9598afe 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -15,7 +15,7 @@ class Mplayer <Formula ENV['CC'] = '' ENV['LD'] = '' # any kind of optimisation breaks the build - ENV['CFLAGS'] = HOMEBREW_SAFE_CFLAGS + ENV['CFLAGS'] = '-w -pipe' args = ['./configure', "--prefix=#{prefix}"] args << "--target=x86_64-Darwin" if Hardware.is_64_bit? and MACOS_VERSION >= 10.6 |
