diff options
| author | Jack Nagel | 2015-01-20 22:56:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-20 22:56:20 -0500 |
| commit | 9f12f70e721c56c8eaf76c262d226a29c6ae2f90 (patch) | |
| tree | e358d6ebfdb801a77dd0e86c8f27ee1dae4be73d /Library/Formula | |
| parent | d2d470f0088086a817adc6565c4783a64fdf0949 (diff) | |
| download | homebrew-9f12f70e721c56c8eaf76c262d226a29c6ae2f90.tar.bz2 | |
libvpx: remove dead code
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libvpx.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/libvpx.rb b/Library/Formula/libvpx.rb index 4935d263c..fa31dce58 100644 --- a/Library/Formula/libvpx.rb +++ b/Library/Formula/libvpx.rb @@ -28,8 +28,6 @@ class Libvpx < Formula args << "--enable-mem-tracker" if build.include? "mem-tracker" args << "--enable-postproc-visualizer" if build.include? "visualizer" - ENV.append "CXXFLAGS", "-DGTEST_USE_OWN_TR1_TUPLE=1" # Mavericks uses libc++ which doesn't supply <TR1/tuple> - # configure misdetects 32-bit 10.6 # http://code.google.com/p/webm/issues/detail?id=401 if MacOS.version == "10.6" && Hardware.is_32_bit? |
