[95011] trunk/dports/devel/libgeoip/Portfile
Revision: 95011 https://trac.macports.org/changeset/95011 Author: jeremyhu@macports.org Date: 2012-07-03 14:43:10 -0700 (Tue, 03 Jul 2012) Log Message: ----------- libgeoip: Build fix with stricter sed Modified Paths: -------------- trunk/dports/devel/libgeoip/Portfile Modified: trunk/dports/devel/libgeoip/Portfile =================================================================== --- trunk/dports/devel/libgeoip/Portfile 2012-07-03 21:34:47 UTC (rev 95010) +++ trunk/dports/devel/libgeoip/Portfile 2012-07-03 21:43:10 UTC (rev 95011) @@ -20,9 +20,12 @@ checksums rmd160 51388ff9c738c9e4d60fff790b7d7599a7133bf5 \ sha256 cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4 -depends_build bin:autoconf:autoconf use_autoreconf yes +# For stricter sed, some files are not UTF-8 +build.env LC_CTYPE=C +destroot.env LC_CTYPE=C + test.run yes test.target check
participants (1)
-
jeremyhu@macports.org