tags 356972 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -urN freefem-3.5.7~/debian/changelog freefem-3.5.7/debian/changelog
--- freefem-3.5.7~/debian/changelog 2006-01-09 23:35:52.000000000 +0100
+++ freefem-3.5.7/debian/changelog 2006-05-25 23:15:43.000000000 +0200
@@ -1,3 +1,11 @@
+freefem (3.5.7-5.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Apply patch from Andreas Jochens to declare friend functions
+ (Closes:356972).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 23:16:25 +0200
+
freefem (3.5.7-5) unstable; urgency=low
* Bug fix: "freefem: FTBFS: fails to build from source", thanks to
diff -urN freefem-3.5.7~/freefem/fem/femMisc.hpp
freefem-3.5.7/freefem/fem/femMisc.hpp
--- freefem-3.5.7~/freefem/fem/femMisc.hpp 2006-01-09 08:47:12.000000000
+0100
+++ freefem-3.5.7/freefem/fem/femMisc.hpp 2006-05-25 23:14:59.000000000
+0200
@@ -79,6 +79,8 @@
float norm2(const float& a);// { return a>0?a:-a; }
float imagpart(const float& a);//{ return 0; }
float realpart(const float& a);//{ return a; }
+ cmat id(const cvect& a);
+ Complex id(const Complex& x);
void myassert(int what);
class Complex
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]