From e45779b30dcbc2c9b1cf74b8fc9c797e237ea0a4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 Mar 2012 22:06:19 -0600 Subject: x264: remove outdated GREP_OPTIONS check We now unset GREP_OPTIONS when sanitizing the build environment. Signed-off-by: Jack Nagel --- Library/Formula/x264.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb index 2ea449545..1b8516fc2 100644 --- a/Library/Formula/x264.rb +++ b/Library/Formula/x264.rb @@ -15,9 +15,6 @@ class X264 < Formula end def install - # Having this set can fail the endian test! - ENV['GREP_OPTIONS'] = '' - args = ["--prefix=#{prefix}", "--enable-shared"] args << "--bit-depth=10" if ARGV.include?('--10-bit') -- cgit v1.2.3