From dc955c30d3ffdee997d78d8601976dbe3653c8c0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 26 Jul 2012 14:45:43 +0100 Subject: 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. --- Library/Formula/geoip.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3