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>
This commit is contained in:
Alexander Barton 2013-01-05 18:27:25 +01:00 committed by Adam Vandenberg
parent 3f3567e9f9
commit 4232a38b17

View file

@ -13,7 +13,6 @@ class Ngircd < Formula
"--prefix=#{prefix}",
"--with-ident",
"--with-openssl",
"--with-tcp-wrappers",
"--enable-ipv6"
system "make install"
end