libxml2: build w/o thread support to test its influence on meinproc4 crashes in many KDE4 ports
--- 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