r13510 - in /desktop/unstable/glibmm2.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 13:11:08 UTC 2007


Author: manphiz-guest
Date: Tue Nov 20 13:11:08 2007
New Revision: 13510

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

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

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=13510&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Tue Nov 20 13:11:08 2007
@@ -4,8 +4,9 @@
     + Add Homepage, Vcs-Browser and Vcs-Svn entries.
   * debian/patches
     + Rename 99_relibtoolize.patch to 70_relibtoolize for consistency.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 05 Nov 2007 23:59:53 +0800
+    + Add 10_gcc4.3_include_fix.patch to fix FTBFS with gcc 4.3.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 20 Nov 2007 21:00:04 +0800
 
 glibmm2.4 (2.14.2-1) unstable; urgency=low
 

Added: desktop/unstable/glibmm2.4/debian/patches/10_gcc4.3_include_fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/patches/10_gcc4.3_include_fix.patch?rev=13510&op=file
==============================================================================
--- desktop/unstable/glibmm2.4/debian/patches/10_gcc4.3_include_fix.patch (added)
+++ desktop/unstable/glibmm2.4/debian/patches/10_gcc4.3_include_fix.patch Tue Nov 20 13:11:08 2007
@@ -1,0 +1,10 @@
+--- glib/glibmm/object.cc.orig	2007-11-20 10:52:09.000000000 +0100
++++ glib/glibmm/object.cc	2007-11-20 10:52:54.000000000 +0100
+@@ -27,6 +27,7 @@
+ #include <gobject/gvaluecollector.h>
+ 
+ #include <cstdarg>
++#include <cstring>
+ 
+ //Weak references:
+ //I'm not sure what the point of these are apart from being a hacky way out of circular references,




More information about the pkg-gnome-commits mailing list