aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ffmpeg.rb2
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