SOURCES: gmp-cstdio.patch (NEW) - fix for gcc43 from Fedora

sls sls at pld-linux.org
Wed Jul 2 22:09:40 CEST 2008


Author: sls                          Date: Wed Jul  2 20:09:40 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for gcc43 from Fedora

---- Files affected:
SOURCES:
   gmp-cstdio.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gmp-cstdio.patch
diff -u /dev/null SOURCES/gmp-cstdio.patch:1.1
--- /dev/null	Wed Jul  2 22:09:40 2008
+++ SOURCES/gmp-cstdio.patch	Wed Jul  2 22:09:34 2008
@@ -0,0 +1,11 @@
+diff -up gmp-4.2.2/gmp-h.in.pom gmp-4.2.2/gmp-h.in
+--- gmp-4.2.2/gmp-h.in.pom	2007-09-03 18:05:40.000000000 +0200
++++ gmp-4.2.2/gmp-h.in	2008-02-13 09:53:48.000000000 +0100
+@@ -22,6 +22,7 @@ along with the GNU MP Library.  If not, 
+ 
+ #if defined (__cplusplus)
+ #include <iosfwd>   /* for std::istream, std::ostream, std::string */
++#include <cstdio>
+ #endif
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list