diff options
| author | Misty De Meo | 2013-12-11 07:52:02 -0800 |
|---|---|---|
| committer | Misty De Meo | 2013-12-11 07:52:24 -0800 |
| commit | e7e2b6255baf29355bc58e330b3882d0e2aa1ca1 (patch) | |
| tree | df211995b36eca03b413f394f23e20fde2a965c6 /Library | |
| parent | 92d712c5b017b4d0af2b3eca8fe3dc7af7ff873e (diff) | |
| download | homebrew-e7e2b6255baf29355bc58e330b3882d0e2aa1ca1.tar.bz2 | |
ffmpeg: don't apply patch to HEAD
Fixes #25134.
Diffstat (limited to 'Library')
| -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 5c44684b6..8dca2e6da 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -61,7 +61,7 @@ class Ffmpeg < Formula # Fix build against freetype 2.5.1 # http://ffmpeg.org/pipermail/ffmpeg-devel/2013-November/151404.html - def patches; DATA; end + def patches; DATA; end unless build.head? def install # Remove when fix for freetype 2.5.1+ is incorporated upstream |
