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.
This commit is contained in:
parent
0d169c76c3
commit
63eed857a3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue