gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / gtkglext-disable-disable-deprecated.patch
CommitLineData
ed19903d
JD
1Having DISABLE_DEPRECATED flags set in the distribution breaks
2building with libraries later than those which the maintainer
3happened to have installed. This patch removes them.
4
5diff -r -U 3 a/gtk/Makefile.am b/gtk/Makefile.am
6--- a/gtk/Makefile.am 2003-05-09 15:55:05.000000000 +0200
7+++ b/gtk/Makefile.am 2013-12-26 15:06:38.000000000 +0100
8@@ -36,11 +36,7 @@
9 -I$(top_srcdir) \
10 -I$(top_builddir)/gdk \
11 $(GTKGLEXT_DEBUG_FLAGS) \
12- $(GTKGLEXT_DEP_CFLAGS) \
13- -DG_DISABLE_DEPRECATED \
14- -DGDK_DISABLE_DEPRECATED \
15- -DGDK_PIXBUF_DISABLE_DEPRECATED \
16- -DGTK_DISABLE_DEPRECATED
17+ $(GTKGLEXT_DEP_CFLAGS)
18
19 common_ldflags = \
20 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
21diff -r -U 3 a/gtk/Makefile.in b/gtk/Makefile.in
22--- a/gtk/Makefile.in 2006-02-05 04:17:42.000000000 +0100
23+++ b/gtk/Makefile.in 2013-12-26 15:07:00.000000000 +0100
24@@ -234,11 +234,7 @@
25 -I$(top_srcdir) \
26 -I$(top_builddir)/gdk \
27 $(GTKGLEXT_DEBUG_FLAGS) \
28- $(GTKGLEXT_DEP_CFLAGS) \
29- -DG_DISABLE_DEPRECATED \
30- -DGDK_DISABLE_DEPRECATED \
31- -DGDK_PIXBUF_DISABLE_DEPRECATED \
32- -DGTK_DISABLE_DEPRECATED
33+ $(GTKGLEXT_DEP_CFLAGS)
34
35
36 common_ldflags = \