r13512 - in /desktop/unstable/gtkmm2.4/debian: changelog patches/10_gcc4.3_include_fix.patch

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Nov 20 14:43:03 UTC 2007


Author: manphiz-guest
Date: Tue Nov 20 14:43:03 2007
New Revision: 13512

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13512
Log:
  + Add 10_gcc4.3_include_fix.patch to fix FTBFS with gcc 4.3.

Added:
    desktop/unstable/gtkmm2.4/debian/patches/10_gcc4.3_include_fix.patch
Modified:
    desktop/unstable/gtkmm2.4/debian/changelog

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=13512&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Tue Nov 20 14:43:03 2007
@@ -6,8 +6,9 @@
   * debian/patches
     + Rename 99_relibtoolize.patch to 70_relibtoolize.patch for consistency,
       and renew it for new version.
+    + Add 10_gcc4.3_include_fix.patch to fix FTBFS with gcc 4.3.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Thu, 08 Nov 2007 22:39:19 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 20 Nov 2007 20:58:19 +0800
 
 gtkmm2.4 (1:2.12.1-1) unstable; urgency=low
 

Added: desktop/unstable/gtkmm2.4/debian/patches/10_gcc4.3_include_fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/patches/10_gcc4.3_include_fix.patch?rev=13512&op=file
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/patches/10_gcc4.3_include_fix.patch (added)
+++ desktop/unstable/gtkmm2.4/debian/patches/10_gcc4.3_include_fix.patch Tue Nov 20 14:43:03 2007
@@ -1,0 +1,22 @@
+--- gtkmm2.4-2.12.0.orig/gtk/gtkmm/targetentry.cc
++++ gtkmm2.4-2.12.0/gtk/gtkmm/targetentry.cc
+@@ -21,6 +21,7 @@
+  */
+ 
+ #include <gtkmm/targetentry.h>
++#include <cstring>
+ 
+ 
+ namespace Gtk
+--- gtkmm2.4-2.12.0.orig/gtk/gtkmm/scale.cc
++++ gtkmm2.4-2.12.0/gtk/gtkmm/scale.cc
+@@ -32,6 +32,8 @@
+ #include <gtk/gtkhscale.h>
+ #include <gtk/gtkvscale.h>
+ #include <math.h>
++#include <cstring>
++#include <memory>
+ 
+ namespace Gtk
+ {
+




More information about the pkg-gnome-commits mailing list