[gtk-osx] Add a couple of no-non-srcdir builds.



commit c4c11371e6e8d6cab5aa9aa61ca18cb8475d3913
Author: John Ralls <jralls ceridwen us>
Date:   Tue Aug 18 22:03:56 2015 +0100

    Add a couple of no-non-srcdir builds.

 modulesets-unstable/gtk-osx-python.modules |    2 +-
 modulesets-unstable/gtk-osx.modules        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index 4f51708..054aba9 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -44,7 +44,7 @@
   </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"
+  <autotools id="python2.7" autogenargs="--enable-shared" supports-non-srcdir-builds="no"
             autogen-sh="configure">
     <branch repo="python"
            module="2.7.8/Python-2.7.8.tar.xz" version="2.7.8">
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index 1a9297e..94d56aa 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -110,7 +110,7 @@
     </after>
   </autotools>
 
- <autotools id="atk">
+ <autotools id="atk" supports-non-srcdir-builds="no">
     <branch />
     <dependencies>
       <dep package="libffi"/>


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