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 | |
| 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')
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/gst-plugins-good.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/r.rb | 2 |
3 files changed, 0 insertions, 4 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", 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}", diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index ee0de2b80..5a527df88 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -36,8 +36,6 @@ class R < Formula ENV.fortran ENV.x11 # So PNG gets added to the x11 and cairo plotting devices - ENV['OBJC'] = ENV['CC'] - ENV['OBJCFLAGS'] = ENV['CFLAGS'] args = [ "--prefix=#{prefix}", |
