aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gtkglext-disable-disable-deprecated.patch
blob: 8f0c23c97f3c285e3db8eb03287bfd5cbc9a5efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Having DISABLE_DEPRECATED flags set in the distribution breaks
building with libraries later than those which the maintainer
happened to have installed.  This patch removes them.

diff -r -U 3 a/gtk/Makefile.am b/gtk/Makefile.am
--- a/gtk/Makefile.am	2003-05-09 15:55:05.000000000 +0200
+++ b/gtk/Makefile.am	2013-12-26 15:06:38.000000000 +0100
@@ -36,11 +36,7 @@
 	-I$(top_srcdir)			\
 	-I$(top_builddir)/gdk		\
 	$(GTKGLEXT_DEBUG_FLAGS)		\
-	$(GTKGLEXT_DEP_CFLAGS)		\
-	-DG_DISABLE_DEPRECATED		\
-	-DGDK_DISABLE_DEPRECATED	\
-	-DGDK_PIXBUF_DISABLE_DEPRECATED	\
-	-DGTK_DISABLE_DEPRECATED
+	$(GTKGLEXT_DEP_CFLAGS)
 
 common_ldflags = \
 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 	\
diff -r -U 3 a/gtk/Makefile.in b/gtk/Makefile.in
--- a/gtk/Makefile.in	2006-02-05 04:17:42.000000000 +0100
+++ b/gtk/Makefile.in	2013-12-26 15:07:00.000000000 +0100
@@ -234,11 +234,7 @@
 	-I$(top_srcdir)			\
 	-I$(top_builddir)/gdk		\
 	$(GTKGLEXT_DEBUG_FLAGS)		\
-	$(GTKGLEXT_DEP_CFLAGS)		\
-	-DG_DISABLE_DEPRECATED		\
-	-DGDK_DISABLE_DEPRECATED	\
-	-DGDK_PIXBUF_DISABLE_DEPRECATED	\
-	-DGTK_DISABLE_DEPRECATED
+	$(GTKGLEXT_DEP_CFLAGS)
 
 
 common_ldflags = \
x/commit/gnu/packages/dlang.scm?id=e1a669b6d2ed79013720b462cb95cf2adb740c31'>gnu: Remove unneeded ldc bootstrap packages.Efraim Flashner 2022-06-26gnu: ldc-bootstrap-1.27: Build with gdmd.Esther Flashner 2022-06-26gnu: Add gdmd.Esther Flashner 2022-06-26Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."Efraim Flashner 2022-06-19gnu: dub: Use G-expressions.( 2022-06-19gnu: dub: Update to 1.23.0.( 2022-06-19gnu: d-tools: Update to 2.100.0.( 2022-06-19gnu: d-tools: Don't use unstable tarball.( 2022-06-19gnu: d-tools: Use G-expressions.( 2022-06-19gnu: d-tools: Fix build.( 2022-06-19gnu: rdmd: Rename to d-tools.( 2022-06-23gnu: ldc-bootstrap-0.17: Add support for aarch64-linux.Efraim Flashner 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-11-11gnu: ldc: Update to 1.27.1.Maxim Cournoyer 2021-07-24gnu: Use 'search-input-file' when looking for executables.Ludovic Courtès 2021-07-24gnu: Use 'search-input-directory' when looking for tzdata.Ludovic Courtès