~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to debian/patches/090_git_no_implicit_declaration.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-29 13:53:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100629135319-hhq46rkn28qe5qn6
Tags: 2.21.2-0ubuntu5
* debian/patches/090_git_no_implicit_declaration.patch:
  - git change to fix an implicit declaration issue wuth the new glib version
    which breaks 64 bit architectures builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From bdbe090dc0687fc998b226aa64a77c26e54fce04 Mon Sep 17 00:00:00 2001
 
2
From: Matthias Clasen <mclasen@redhat.com>
 
3
Date: Mon, 28 Jun 2010 17:31:57 +0000
 
4
Subject: Silence the build
 
5
 
 
6
---
 
7
diff --git a/gtk/gtkcombo.c b/gtk/gtkcombo.c
 
8
index 69ab413..5cbc61d 100644
 
9
--- a/gtk/gtkcombo.c
 
10
+++ b/gtk/gtkcombo.c
 
11
@@ -29,6 +29,8 @@
 
12
  */
 
13
 
 
14
 #undef GTK_DISABLE_DEPRECATED
 
15
+/* For GCompletion */
 
16
+#undef G_DISABLE_DEPRECATED
 
17
 
 
18
 #include "config.h"
 
19
 #include <string.h>