summaryrefslogtreecommitdiff
path: root/media-libs/blib/files/blib-1.1.7-deprecated.patch
blob: 13e43aedadf1f43d52b6edbefa8ca34243aadbed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This disables deprecated functions, then proceeds to use newly
deprecated functions. Given GTK2 is now EOL and unchanging,
there's no reason to avoid these without migration to newer GTK.

https://bugs.gentoo.org/874642
https://bugs.gentoo.org/391105 (see also)
--- a/test/test-module.c
+++ b/test/test-module.c
@@ -23,5 +23,4 @@
 #include <string.h>
 
-#define GTK_DISABLE_DEPRECATED
 
 #include <gtk/gtk.h>