Blame SOURCES/0001-Remove-use-of-G_DISABLE_DEPRECATED.patch

5b6ff1
From fef13a371fc91f6d9b42518126c2a8b459fdf0e8 Mon Sep 17 00:00:00 2001
5b6ff1
From: Colin Walters <walters@verbum.org>
5b6ff1
Date: Thu, 2 May 2013 14:17:38 -0400
5b6ff1
Subject: [PATCH] Remove use of G_DISABLE_DEPRECATED
5b6ff1
5b6ff1
This now trips up on GStaticRecMutex; I'm not going to bother to port,
5b6ff1
realistically no one is actively maintaining this code anymore.
5b6ff1
---
5b6ff1
 activation-server/Makefile.am |    1 -
5b6ff1
 configure.in                  |    2 +-
5b6ff1
 2 files changed, 1 insertions(+), 2 deletions(-)
5b6ff1
5b6ff1
diff --git a/activation-server/Makefile.am b/activation-server/Makefile.am
5b6ff1
index efb18a8..ffa90f6 100644
5b6ff1
--- a/activation-server/Makefile.am
5b6ff1
+++ b/activation-server/Makefile.am
5b6ff1
@@ -17,7 +17,6 @@ INCLUDES=					\
5b6ff1
 	$(SERVER_CFLAGS)			\
5b6ff1
 	$(WARN_CFLAGS)				\
5b6ff1
 	-DSERVER_CONFDIR=\"$(sysconfdir)\"	\
5b6ff1
-	-DG_DISABLE_DEPRECATED			\
5b6ff1
 	-DG_LOG_DOMAIN=\"Bonobo-Activation-Server\" \
5b6ff1
 	$(NULL)
5b6ff1
 
5b6ff1
diff --git a/configure.in b/configure.in
5b6ff1
index 70a4e26..6be2bca 100644
5b6ff1
--- a/configure.in
5b6ff1
+++ b/configure.in
5b6ff1
@@ -132,7 +132,7 @@ AC_SUBST(SERVER_LIBS)
5b6ff1
 AC_SUBST(SERVER_CFLAGS)
5b6ff1
 
5b6ff1
 if test "$enable_maintainer_mode" = "yes"; then
5b6ff1
-	DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
5b6ff1
+	DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_SINGLE_INCLUDES"
5b6ff1
 	AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
5b6ff1
 fi
5b6ff1
 
5b6ff1
-- 
5b6ff1
1.7.1
5b6ff1