diff options
| author | Mike McQuaid | 2012-07-26 14:45:43 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2012-07-26 14:45:43 +0100 | 
| commit | dc955c30d3ffdee997d78d8601976dbe3653c8c0 (patch) | |
| tree | 490a0604bc235dd58f5d43ebedbac10b16f011ae /Library/Formula/geoip.rb | |
| parent | e3d609903576d1902240532b27b8e136d93af42b (diff) | |
| download | homebrew-dc955c30d3ffdee997d78d8601976dbe3653c8c0.tar.bz2 | |
geoip: fix Mountain Lion sed error.
This patch is needed to avoid a few `sed: RE error: illegal byte sequence`
errors with geoip manpage generation.
Diffstat (limited to 'Library/Formula/geoip.rb')
| -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  | 
