From e7e2b6255baf29355bc58e330b3882d0e2aa1ca1 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 11 Dec 2013 07:52:02 -0800 Subject: ffmpeg: don't apply patch to HEAD Fixes #25134. --- Library/Formula/ffmpeg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3