diff options
| author | Alexander Barton | 2013-01-05 18:27:25 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-05 11:06:09 -0800 |
| commit | cd8f6fe8471e0e447ec622eaea96ee58d96a7fe4 (patch) | |
| tree | a872082166613cddfc7a674997f0fd59a84aef7b /Library | |
| parent | 9d74f371aba098631bae42edef1e6197b0c33d28 (diff) | |
| download | homebrew-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.rb | 1 |
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 |
