Remove libarchive from the blacklist, it's in core now

This commit is contained in:
Jack Nagel 2014-02-28 16:51:15 -06:00
parent bb95660a4d
commit 2d50501c4e

View File

@ -1,11 +1,8 @@
def blacklisted? name
case name.downcase
when 'screen', /^rubygems?$/ then <<-EOS.undent
when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
when 'libarchive', '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