[gtk-osx: 3/3] Move bsddb patch from python module to berkeleydb module where it belongs.



commit c89d2c0e510f993073ece32b5f4672661938d099
Author: John Ralls <jralls ceridwen us>
Date:   Sat Mar 1 09:07:55 2014 -0800

    Move bsddb patch from python module to berkeleydb module where it belongs.
    
    Thanks to Brion Vibber for pointing it out.

 modulesets-unstable/gtk-osx-python.modules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index b35786e..ca471bc 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -37,14 +37,15 @@
         supports-non-srcdir-builds="no">
 
     <branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
-        repo="oracle" />
+        repo="oracle">
+      <patch file="https://github.com/narkoleptik/os-x-berkeleydb-patch/raw/master/atomic.patch"; strip='1'/>
+    </branch>
   </autotools>
 <!-- Python-2.7.5's hashlib doesn't build correctly with gcc-4.2, though it does fine with Clang (and 
probably later gccs as well). -->
   <autotools id="python2.7" autogenargs="--enable-shared"
             autogen-sh="configure">
     <branch repo="python"
            module="2.7.4/Python-2.7.4.tar.xz" version="2.7.4">
-      <patch file="https://github.com/narkoleptik/os-x-berkeleydb-patch/raw/master/atomic.patch"; strip='1'/>
     </branch>
     <dependencies>
     </dependencies>


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