aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexander Barton2013-01-05 18:27:25 +0100
committerAdam Vandenberg2013-01-05 11:06:09 -0800
commitcd8f6fe8471e0e447ec622eaea96ee58d96a7fe4 (patch)
treea872082166613cddfc7a674997f0fd59a84aef7b /Library
parent9d74f371aba098631bae42edef1e6197b0c33d28 (diff)
downloadhomebrew-cd8f6fe8471e0e447ec622eaea96ee58d96a7fe4.tar.bz2
ngircd: Disable "tcp wrappers", not available on OS X 10.8
Starting OS X 10.8, the "tcp wrappers" library is no longer part of the operating system, so don't use it any more. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ngircd.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ngircd.rb b/Library/Formula/ngircd.rb
index 8e6feddcf..509ffc181 100644
--- a/Library/Formula/ngircd.rb
+++ b/Library/Formula/ngircd.rb
@@ -13,7 +13,6 @@ class Ngircd < Formula
"--prefix=#{prefix}",
"--with-ident",
"--with-openssl",
- "--with-tcp-wrappers",
"--enable-ipv6"
system "make install"
end