wok-next view libgnome/stuff/patches/0001-Don-t-use-G_DISABLE_DEPRECATED.patch @ rev 20817

palemoon: try #3: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 20:05:18 2018 +0000 (2018-06-13)
parents
children
line source
1 From 64a0443e26a50745c8fdc02eddf60985a977275f Mon Sep 17 00:00:00 2001
2 From: Colin Walters <walters@verbum.org>
3 Date: Thu, 2 May 2013 17:58:00 -0400
4 Subject: [PATCH] Don't use G_DISABLE_DEPRECATED
6 Because really, no one cares about this code, we're not going to
7 stay on the GLib treadmill.
8 ---
9 libgnome/Makefile.am | 1 -
10 1 files changed, 0 insertions(+), 1 deletions(-)
12 diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
13 index 9c8cd3e..aa01f6c 100644
14 --- a/libgnome/Makefile.am
15 +++ b/libgnome/Makefile.am
16 @@ -17,7 +17,6 @@ INCLUDES = \
17 -I$(srcdir)/.. \
18 $(WARN_CFLAGS) \
19 $(LIBGNOME_CFLAGS) \
20 - -DG_DISABLE_DEPRECATED \
21 -DLIBGNOME_PREFIX=\""$(prefix)"\" \
22 -DLIBGNOME_LIBDIR=\""$(libdir)"\" \
23 -DLIBGNOME_DATADIR=\""$(datadir)"\" \
24 --
25 1.7.1