Author: frankie Date: 2009-05-12 16:13:41 +0000 (Tue, 12 May 2009) New Revision: 2201
Added: packages/grass/trunk/debian/patches/gcc44.dpatch Log: Added GCC 4.4 patch Added: packages/grass/trunk/debian/patches/gcc44.dpatch =================================================================== --- packages/grass/trunk/debian/patches/gcc44.dpatch (rev 0) +++ packages/grass/trunk/debian/patches/gcc44.dpatch 2009-05-12 16:13:41 UTC (rev 2201) @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## gcc44.dpatch by Francesco Paolo Lovergine <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +...@dpatch@ +diff -urNad grass-6.4.0~rc4~/imagery/i.atcorr/Output.h grass-6.4.0~rc4/imagery/i.atcorr/Output.h +--- grass-6.4.0~rc4~/imagery/i.atcorr/Output.h 2008-12-19 21:29:50.000000000 +0100 ++++ grass-6.4.0~rc4/imagery/i.atcorr/Output.h 2009-05-12 18:13:06.000000000 +0200 +@@ -1,6 +1,7 @@ + #ifndef MY_OUTPUT_H + #define MY_OUTPUT_H + ++#include <cstdio> + #include <iostream> + #include <sstream> + #include <string> Property changes on: packages/grass/trunk/debian/patches/gcc44.dpatch ___________________________________________________________________ Added: svn:executable + * _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

