diff options
Diffstat (limited to 'libraries/gtksourceview/allow-deprecated-glib-symbols.patch')
-rw-r--r-- | libraries/gtksourceview/allow-deprecated-glib-symbols.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gtksourceview/allow-deprecated-glib-symbols.patch b/libraries/gtksourceview/allow-deprecated-glib-symbols.patch new file mode 100644 index 0000000000..6191aadd17 --- /dev/null +++ b/libraries/gtksourceview/allow-deprecated-glib-symbols.patch @@ -0,0 +1,10 @@ +--- configure.orig 2012-09-11 11:07:07.750998010 +0300 ++++ configure 2012-09-11 11:07:25.848998458 +0300 +@@ -10955,7 +10955,6 @@ + + if test "$enable_deprecations" = "yes"; then + DISABLE_DEPRECATED_CFLAGS="\ +--DG_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ |