Fix libpcap blacklist message

This commit is contained in:
Jack Nagel 2014-02-28 17:20:42 -06:00
parent 26785dbe5d
commit 3326d0d8cc

View File

@ -1,8 +1,11 @@
def blacklisted? name
case name.downcase
when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent
when 'screen', /^rubygems?$/, then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
when 'libpcap' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/lib.
EOS
when 'libiconv' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/lib.
Some build scripts fail to detect it correctly, please check existing