diff options
Diffstat (limited to 'ftp/downloader/files/patch-fix_build_gtk-2.12')
-rw-r--r-- | ftp/downloader/files/patch-fix_build_gtk-2.12 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/downloader/files/patch-fix_build_gtk-2.12 b/ftp/downloader/files/patch-fix_build_gtk-2.12 new file mode 100644 index 000000000000..c8db43c987fd --- /dev/null +++ b/ftp/downloader/files/patch-fix_build_gtk-2.12 @@ -0,0 +1,25 @@ +--- configure.orig 2007-10-10 14:56:20.000000000 -0500 ++++ configure 2007-10-10 14:56:47.000000000 -0500 +@@ -18398,11 +18398,6 @@ + + + cat >>confdefs.h <<\_ACEOF +-#define GTK_DISABLE_DEPRECATED +-_ACEOF +- +- +-cat >>confdefs.h <<\_ACEOF + #define _FILE_OFFSET_BITS 64 + _ACEOF + +--- main/face/list.cc.orig 2007-10-10 14:56:30.000000000 -0500 ++++ main/face/list.cc 2007-10-10 14:56:51.000000000 -0500 +@@ -8,8 +8,6 @@ + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + */ +-#define GTK_DISABLE_DEPRECATED +- + #include <stdio.h> + #include <gtk/gtk.h> + #include <gdk/gdkkeysyms.h> |