diff options
| -rw-r--r-- | Library/Formula/geoip.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index b289bcc00..8e966bcfd 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -14,6 +14,7 @@ class Geoip < Formula    end    def install +    ENV.delete('LANG')      ENV.universal_binary if ARGV.build_universal?      # Fixes a build error on Lion when configure does a variant of autoreconf  | 
