[gtk-osx] Build python with our expat instead of the built-in one



commit 2ede79b8c9d2c90ef5ebadb84ee96fc75a89077e
Author: John Ralls <jralls ceridwen us>
Date:   Wed Feb 20 14:36:35 2013 -0800

    Build python with our expat instead of the built-in one
    
    Gtk-doc-utils doesn't work with the python-provided one.

 modulesets-stable/gtk-osx-python.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index fa501cd..e3c5377 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -47,7 +47,7 @@
         repo="oracle" />
   </autotools>
 
-  <autotools id="python" autogenargs="--enable-shared"
+  <autotools id="python" autogenargs="--enable-shared --with-system-expat"
             autogen-sh="configure">
     <branch repo="python"
            module="2.7.3/Python-2.7.3.tar.xz" version="2.7.3">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]