aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gst-plugins-good.rb
diff options
context:
space:
mode:
authorJack Nagel2012-03-16 16:27:35 -0500
committerJack Nagel2012-03-16 16:36:17 -0500
commit016c87d06dbbc13c3c694c93df987bdc56aaadff (patch)
tree4e1bbadc43c661d692a6fed9ba1196c7d2e17b7d /Library/Formula/gst-plugins-good.rb
parent6892247ce1267b7268fc41a0c4a7870f625d275e (diff)
downloadhomebrew-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-good.rb')
-rw-r--r--Library/Formula/gst-plugins-good.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index 07bd81431..f5f7efc8d 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -26,7 +26,6 @@ class GstPluginsGood < Formula
depends_on 'taglib' => :optional
def install
- ENV['OBJC'] = ENV.cc
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",