summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch b/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch
new file mode 100644
index 000000000..b6583034f
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch
@@ -0,0 +1,35 @@
1From ce1cd20fceea7dbcc5b983d94de771461eccf7cf Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Mon, 29 Apr 2013 14:17:13 +0200
4Subject: [PATCH] libgnome/Makefile.am: allow deprecated symbols
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9fixes:
10
11| gnome-program.c: In function 'gnome_program_init_common':
12| gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration]
13
14Upstream-Status: Inappropriate [configuration]
15
16Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
17---
18 libgnome/Makefile.am | 1 -
19 1 files changed, 0 insertions(+), 1 deletions(-)
20
21diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
22index 9c8cd3e..aa01f6c 100644
23--- a/libgnome/Makefile.am
24+++ b/libgnome/Makefile.am
25@@ -17,7 +17,6 @@ INCLUDES = \
26 -I$(srcdir)/.. \
27 $(WARN_CFLAGS) \
28 $(LIBGNOME_CFLAGS) \
29- -DG_DISABLE_DEPRECATED \
30 -DLIBGNOME_PREFIX=\""$(prefix)"\" \
31 -DLIBGNOME_LIBDIR=\""$(libdir)"\" \
32 -DLIBGNOME_DATADIR=\""$(datadir)"\" \
33--
341.7.6.5
35