aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-19 19:32:37 -0500
committerJack Nagel2014-06-19 19:32:37 -0500
commit0e91b434083816d7f03232ae129523867ae8ade5 (patch)
treea1bc72ae43fc5035ca1a96e26274e4fa5d7e3d0a /Library
parentb1c5e69b4eb1735ed1363288a2814c326ab1fff0 (diff)
downloadhomebrew-0e91b434083816d7f03232ae129523867ae8ade5.tar.bz2
Remove obsolete doctor check
Both build environments remove MACOSX_DEPLOYMENT_TARGET by default.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 48c86af0a..b00ea583d 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -871,18 +871,6 @@ def check_for_linked_keg_only_brews
end
end
-def check_for_MACOSX_DEPLOYMENT_TARGET
- target = ENV.fetch('MACOSX_DEPLOYMENT_TARGET') { return }
-
- unless target == MacOS.version.to_s then <<-EOS.undent
- MACOSX_DEPLOYMENT_TARGET was set to #{target.inspect}
- This is used by Fink, but having it set to a value different from the
- current system version (#{MacOS.version}) can cause problems, compiling
- Git for instance, and should probably be removed.
- EOS
- end
-end
-
def check_for_other_frameworks
# Other frameworks that are known to cause problems when present
%w{Mono.framework expat.framework libexpat.framework}.