aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geoip.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-07-26 14:45:43 +0100
committerMike McQuaid2012-07-26 14:45:43 +0100
commitdc955c30d3ffdee997d78d8601976dbe3653c8c0 (patch)
tree490a0604bc235dd58f5d43ebedbac10b16f011ae /Library/Formula/geoip.rb
parente3d609903576d1902240532b27b8e136d93af42b (diff)
downloadhomebrew-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.rb1
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