From 8cd7fb951d2b20e099c3ceffd41f0e921dd5acde Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 19 Apr 2010 11:32:58 -0700 Subject: Make libidn optional in wget. wget will find and use libidn if it is present, which uses gettext. This dependency was not captured in the wget formula. To keep things simpler, the user must now opt-in to libdin by brewing with "--enable-iri". Without this flag, we tell configure not to look for libidn. Fixes #1105. --- Library/Formula/wget.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index 7f2285ba4..d7297a93e 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -1,12 +1,20 @@ require 'formula' +# iri support requires libidn, which pulls in getteext, so we +# disable this by default. + class Wget