aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJonathan Beezley2012-05-29 23:51:56 -0600
committerJack Nagel2012-06-01 13:43:12 -0500
commit8525329f96ae444ec1e18c6523a12e56d8e79aa5 (patch)
tree68b3d752054d8e36f450ea818c156884ae008ea1 /Library/Formula
parent7898629133395f83b540e66a603f2d9ffb97806e (diff)
downloadhomebrew-8525329f96ae444ec1e18c6523a12e56d8e79aa5.tar.bz2
nmap: disable universal builds
The included libpcap sometimes tries to compile a universal binary, including PPC. Closes #12499. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nmap.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index 0b91808e2..1d771dc17 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -20,7 +20,8 @@ class Nmap < Formula
args = %W[--prefix=#{prefix}
--with-libpcre=included
--with-liblua=included
- --without-zenmap]
+ --without-zenmap
+ --disable-universal]
if MacOS.leopard?
openssl = Formula.factory('openssl')