Package: libsigc++-2.0
Version: 2.2.4.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



This patch fixes a build failure on g++ 4.6. To test you
can use the gcc-snapshot package and set 
CXX=/usr/lib/gcc-snapshot/bin/g++

Thanks for considering the patch.

Cheers,
 Michael

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libsigc++-2.0-2.2.4.2/debian/changelog libsigc++-2.0-2.2.4.2/debian/changelog
only in patch2:
unchanged:
--- libsigc++-2.0-2.2.4.2.orig/sigc++/signal_base.h
+++ libsigc++-2.0-2.2.4.2/sigc++/signal_base.h
@@ -21,6 +21,9 @@
 #ifndef _SIGC_SIGNAL_BASE_H_
 #define _SIGC_SIGNAL_BASE_H_
 
+#include <unistd.h>
+#include <malloc.h>
+
 #include <list>
 #include <sigc++config.h>
 #include <sigc++/type_traits.h>

Reply via email to