[98283] trunk/dports/www/wml/Portfile
cal at macports.org
cal at macports.org
Mon Oct 1 13:51:30 PDT 2012
Revision: 98283
http://trac.macports.org//changeset/98283
Author: cal at macports.org
Date: 2012-10-01 13:51:30 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
wml: Fix sed errors on ML, closes #36409, maintainer
Modified Paths:
--------------
trunk/dports/www/wml/Portfile
Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile 2012-10-01 19:46:57 UTC (rev 98282)
+++ trunk/dports/www/wml/Portfile 2012-10-01 20:51:30 UTC (rev 98283)
@@ -52,10 +52,12 @@
--with-openworld \
--with-cc=${configure.cc}
-configure.env CPATH=${prefix}/include
+configure.env CPATH=${prefix}/include LANG=C LC_ALL=C
build.args CC=${configure.cc} CPP=${configure.cpp}
+build.env LANG=C LC_ALL=C
+
destroot.destdir prefix=${destroot}${prefix} \
mandir=${destroot}${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/7fcc73aa/attachment.html>
More information about the macports-changes
mailing list