Fix libpcap blacklist message
This commit is contained in:
		
							parent
							
								
									26785dbe5d
								
							
						
					
					
						commit
						3326d0d8cc
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user