Revision: 89737 http://trac.macports.org/changeset/89737 Author: mk@macports.org Date: 2012-02-08 08:56:21 -0800 (Wed, 08 Feb 2012) Log Message: ----------- libxml2: build w/o thread support to test its influence on meinproc4 crashes in many KDE4 ports Modified Paths: -------------- trunk/dports/textproc/libxml2/Portfile Modified: trunk/dports/textproc/libxml2/Portfile =================================================================== --- trunk/dports/textproc/libxml2/Portfile 2012-02-08 16:32:35 UTC (rev 89736) +++ trunk/dports/textproc/libxml2/Portfile 2012-02-08 16:56:21 UTC (rev 89737) @@ -38,7 +38,8 @@ } configure.args --enable-static \ - --without-python + --without-python \ + --without-threads use_parallel_build yes