[jhbuild] gypsy: add -Wno-error=deprecated-declarations



commit ca2697d9f70ea580340e197f69386126cd69f02f
Author: Ryan Lortie <desrt desrt ca>
Date:   Sat Nov 10 21:49:42 2012 -0500

    gypsy: add -Wno-error=deprecated-declarations
    
    gypsy has been broken for some time do to its default use of -Werror and
    upstream has been pretty unresponsive[1][2] to requests to fix that.
    
    Work around the issue for now by giving
    -Wno-error=deprecated-declarations as a CFLAG to autogen.
    
    [1] https://mail.gnome.org/archives/desktop-devel-list/2012-October/msg00177.html
    [2] https://bugs.freedesktop.org/show_bug.cgi?id=56852

 modulesets/gnome-suites-core-deps-3.8.modules |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.8.modules b/modulesets/gnome-suites-core-deps-3.8.modules
index ed4f18e..09800e9 100644
--- a/modulesets/gnome-suites-core-deps-3.8.modules
+++ b/modulesets/gnome-suites-core-deps-3.8.modules
@@ -64,7 +64,8 @@
 
 <!-- Build dependencies of gnome-suites-core-3.4 -->
 
-  <autotools id="gypsy">
+  <!-- https://bugs.freedesktop.org/show_bug.cgi?id=56852 -->
+  <autotools id="gypsy" autogenargs="CFLAGS=-Wno-error=deprecated-declarations">
     <branch repo="git.freedesktop.org"/>
     <dependencies>
       <dep package="bluez"/>



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