Revision
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

Diff

Modified: trunk/dports/textproc/libxml2/Portfile (89736 => 89737)


--- 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