aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gst-plugins-good.rb14
1 files changed, 8 insertions, 6 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index f1fa81470..07bd81431 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -26,12 +26,14 @@ class GstPluginsGood < Formula
depends_on 'taglib' => :optional
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--disable-schemas-install",
- "--disable-gtk-doc",
- "--disable-goom",
- "--with-default-videosink=ximagesink"
+ ENV['OBJC'] = ENV.cc
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--disable-schemas-install",
+ "--disable-gtk-doc",
+ "--disable-goom",
+ "--with-default-videosink=ximagesink"
system "make"
system "make install"
end