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:
Mike McQuaid 2012-07-26 14:45:43 +01:00
parent 0d169c76c3
commit 63eed857a3

View file

@ -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