aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/r.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/r.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/r.rb')
-rw-r--r--Library/Formula/r.rb2
1 files changed, 0 insertions, 2 deletions
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}",