Skip to content
Snippets Groups Projects
Commit a0b89fe9 authored by Max Howell's avatar Max Howell
Browse files

Include macports or fink info with brew --config

parent 45084588
No related branches found
No related tags found
No related merge requests found
......@@ -64,19 +64,12 @@ Library path: #{$:.first}
Hardware: #{cores}-core #{bits}-bit #{Hardware.intel_family}
OS X: #{MACOS_FULL_VERSION}
Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}
GCC: build #{gcc_build}
GCC: 4.2 build #{gcc_build}
LLVM: #{llvm ? "build #{llvm}" : "N/A" }
MacPorts or Fink? #{macports_or_fink_installed?}
EOS
end
def please_report_bug; <<-EOS
Please report this bug to #{HOMEBREW_WWW}
Mac OS X: #{MACOS_FULL_VERSION}
Ponk: #{macports_or_fink_installed?}
EOS
end
begin
require 'brew.h'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment