summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4')
-rw-r--r--meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch
new file mode 100644
index 000000000..d8f7e4050
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch
@@ -0,0 +1,42 @@
1From 536e9b57cada4a9f92e073fdf01cdf1def435b6b Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Tue, 7 May 2013 14:56:06 +0200
4Subject: [PATCH] multiple Makefile.am: remove -DG_DISABLE_DEPRECATED to fix
5 build with glib-2.36
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
11---
12 daemon/Makefile.am | 1 -
13 libgnomevfs/Makefile.am | 1 -
14 2 files changed, 0 insertions(+), 2 deletions(-)
15
16diff --git a/daemon/Makefile.am b/daemon/Makefile.am
17index ca57467..040484f 100644
18--- a/daemon/Makefile.am
19+++ b/daemon/Makefile.am
20@@ -8,7 +8,6 @@ INCLUDES= \
21 -D_LARGEFILE64_SOURCE \
22 -D_POSIX_PTHREAD_SEMANTICS \
23 -D_REENTRANT \
24- -DG_DISABLE_DEPRECATED \
25 -DGNOME_VFS_PREFIX=\"$(prefix)\" \
26 -DGNOME_VFS_DATADIR=\"$(datadir)\" \
27 -DGNOME_VFS_LIBDIR=\"$(libdir)\" \
28diff --git a/libgnomevfs/Makefile.am b/libgnomevfs/Makefile.am
29index 69a02e0..5d7d759 100644
30--- a/libgnomevfs/Makefile.am
31+++ b/libgnomevfs/Makefile.am
32@@ -19,7 +19,6 @@ INCLUDES = \
33 -D_LARGEFILE64_SOURCE \
34 -D_POSIX_PTHREAD_SEMANTICS \
35 -D_REENTRANT \
36- -DG_DISABLE_DEPRECATED \
37 -DGNOME_VFS_PREFIX=\"$(prefix)\" \
38 -DGNOME_VFS_BINDIR=\"$(bindir)\" \
39 -DGNOME_VFS_DATADIR=\"$(datadir)\" \
40--
411.7.6.5
42