diff options
| author | Jack Nagel | 2012-03-16 16:27:35 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-03-16 16:36:17 -0500 | 
| commit | 016c87d06dbbc13c3c694c93df987bdc56aaadff (patch) | |
| tree | 4e1bbadc43c661d692a6fed9ba1196c7d2e17b7d /Library/Formula/gst-plugins-bad.rb | |
| parent | 6892247ce1267b7268fc41a0c4a7870f625d275e (diff) | |
| download | homebrew-016c87d06dbbc13c3c694c93df987bdc56aaadff.tar.bz2 | |
Explicitly set OBJC in the environment
Fixes #10951.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-bad.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 6e702157a..9d49fb870 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -25,7 +25,6 @@ class GstPluginsBad < Formula    def install      ENV.append "CFLAGS", "-no-cpp-precomp -funroll-loops -fstrict-aliasing" -    ENV['OBJC'] = ENV.cc      system "./configure", "--prefix=#{prefix}",                            "--disable-debug",                            "--disable-dependency-tracking",  | 
