From 4232a38b170fde88c8cf95ac8e1032e5531b29f9 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 5 Jan 2013 18:27:25 +0100 Subject: [PATCH] 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 --- Formula/ngircd.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/ngircd.rb b/Formula/ngircd.rb index 8e6feddcfe..509ffc1810 100644 --- a/Formula/ngircd.rb +++ b/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