tags 417201 + patch
thanks
Hi,
Attached is the diff for my gambit 0.2006.01.20-2.2 NMU.
diff -u gambit-0.2006.01.20/debian/changelog gambit-0.2006.01.20/debian/changelog
--- gambit-0.2006.01.20/debian/changelog
+++ gambit-0.2006.01.20/debian/changelog
@@ -1,3 +1,10 @@
+gambit (0.2006.01.20-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with new GCC 4.3 (Closes: #417201).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Tue, 25 Mar 2008 23:07:32 +0000
+
gambit (0.2006.01.20-2.1) unstable; urgency=medium
* Non-maintainer upload.
only in patch2:
unchanged:
--- gambit-0.2006.01.20.orig/sources/tools/gt/cmatrix.h
+++ gambit-0.2006.01.20/sources/tools/gt/cmatrix.h
@@ -24,6 +24,7 @@
#ifdef SOLARIS
#include <ieeefp.h>
#endif
+#include <cstring>
#include <iostream>
#include <fstream>
#include <stdlib.h>
only in patch2:
unchanged:
--- gambit-0.2006.01.20.orig/sources/tools/gt/cmatrix.cc
+++ gambit-0.2006.01.20/sources/tools/gt/cmatrix.cc
@@ -20,6 +20,7 @@
#include "cmatrix.h"
#include "math.h"
#include "float.h"
+#include <cstring>
cvector::~cvector() { delete []x; }
// adopted from NRiC, pg 45
only in patch2:
unchanged:
--- gambit-0.2006.01.20.orig/sources/libgambit/integer.cc
+++ gambit-0.2006.01.20/sources/libgambit/integer.cc
@@ -39,6 +39,7 @@
*/
#include <iostream>
+#include <cstring>
#if defined(__GNUG__) && !defined(__APPLE_CC__)
#pragma implementation