Revision: 116592 https://trac.macports.org/changeset/116592 Author: ryandesign@macports.org Date: 2014-01-29 11:05:39 -0800 (Wed, 29 Jan 2014) Log Message: ----------- fluxbox: fix build failure on Mountain Lion and later due to 'sed: RE error: illegal byte sequence' (#37264; maintainer timeout) Modified Paths: -------------- trunk/dports/x11/fluxbox/Portfile Modified: trunk/dports/x11/fluxbox/Portfile =================================================================== --- trunk/dports/x11/fluxbox/Portfile 2014-01-29 18:24:57 UTC (rev 116591) +++ trunk/dports/x11/fluxbox/Portfile 2014-01-29 19:05:39 UTC (rev 116592) @@ -35,4 +35,4 @@ use_autoreconf yes autoreconf.args -fv -configure.args --mandir=${prefix}/share/man +configure.args ac_cv_prog_regex_cmd="LC_CTYPE=C sed"