[gtk-osx] Remove leading ; from berkeleydb autogen-template



commit 08472ce3ea9f2bc3e6387df0ef2f8eb508191c5a
Author: John Ralls <jralls ceridwen us>
Date:   Fri Nov 8 11:41:47 2013 -0800

    Remove leading ; from berkeleydb autogen-template

 modulesets-stable/gtk-osx-python.modules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index 8639d0c..688c643 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -43,7 +43,7 @@
 
   <autotools id="berkeleydb" autogen-sh="configure"
             supports-non-srcdir-builds="no"  makeargs="-C build_unix"
-            autogen-template="; cd build_unix; ../dist/%(autogen-sh)s --prefix %(prefix)s --libdir 
%(libdir)s %(autogenargs)s"
+            autogen-template="cd build_unix; ../dist/%(autogen-sh)s --prefix %(prefix)s --libdir %(libdir)s 
%(autogenargs)s"
             makeinstallargs="-C build_unix install">
 
     <branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
@@ -67,10 +67,10 @@
     </branch>
   </autotools>
 
-  <autotools id="python" autogenargs="--enable-shared --with-system-expat --disable-framework"
+  <autotools id="python" autogenargs="--enable-shared"
             autogen-sh="configure">
     <branch repo="python"
-           module="2.7.4/Python-2.7.4.tar.xz" version="2.7.4">
+           module="2.7.3/Python-2.7.3.tar.xz" version="2.7.3">
     </branch>
     <dependencies>
       <dep package="gettext-runtime"/>


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