[102308] trunk/dports/editors/ecb/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 30 03:41:54 PST 2013


Revision: 102308
          https://trac.macports.org/changeset/102308
Author:   ryandesign at macports.org
Date:     2013-01-30 03:41:54 -0800 (Wed, 30 Jan 2013)
Log Message:
-----------
ecb: fix "sed: RE error: illegal byte sequence" on Mountain Lion (#37841)

Modified Paths:
--------------
    trunk/dports/editors/ecb/Portfile

Modified: trunk/dports/editors/ecb/Portfile
===================================================================
--- trunk/dports/editors/ecb/Portfile	2013-01-30 11:28:39 UTC (rev 102307)
+++ trunk/dports/editors/ecb/Portfile	2013-01-30 11:41:54 UTC (rev 102308)
@@ -45,6 +45,9 @@
 
 build.args      CEDET=${lispdir}
 
+# sed: RE error: illegal byte sequence
+build.args-append LC_CTYPE=C
+
 destroot {
     xinstall -d ${destroot}${lispdir}
     eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130130/74e87af8/attachment.html>


More information about the macports-changes mailing list