aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nmap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/nmap.rb')
-rw-r--r--Library/Formula/nmap.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index 0520d6660..620beb936 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -9,7 +9,9 @@ class Nmap < Formula
# Leopard's version of OpenSSL isn't new enough
depends_on "openssl" if MacOS.leopard?
- fails_with_llvm :build => 2334
+ fails_with :llvm do
+ build 2334
+ end
# The configure script has a C file to test for some functionality that uses
# void main(void). This does not compile with clang but does compile with