diff options
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 7ed359eb8..3a90a914b 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -40,7 +40,7 @@ class Ffmpeg < Formula # For 32-bit compilation under gcc 4.2, see: # http://trac.macports.org/ticket/20938#comment:22 - if MACOS_VERSION >= 10.6 and Hardware.is_32_bit? + if MacOS.snow_leopard? and Hardware.is_32_bit? ENV.append_to_cflags "-mdynamic-no-pic" end |
