[89737] trunk/dports/textproc/libxml2/Portfile

mk at macports.org mk at macports.org
Wed Feb 8 08:56:24 PST 2012


Revision: 89737
          http://trac.macports.org/changeset/89737
Author:   mk at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120208/107499c1/attachment-0001.html>


More information about the macports-changes mailing list