[DebianGIS-dev] CVS Update: gdal/debian/patches 00list 357189_gcc4.1_ftbfs.dpatch

pabs-guest at haydn.debian.org pabs-guest at haydn.debian.org
Thu Mar 16 05:46:36 UTC 2006


  User: pabs-guest
  Date: 06/03/16 05:46:36

  Modified:    debian/patches 00list
  Added:       debian/patches 357189_gcc4.1_ftbfs.dpatch
  Log:
  Fix GCC 4.1 FTBFS with patch from Martin Michlmayr. Closes: #357189
  
  Revision  Changes    Path
  1.3       +1 -0      gdal/debian/patches/00list
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: 00list
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gdal/debian/patches/00list,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 00list	7 Feb 2006 16:22:39 -0000	1.2
  +++ 00list	16 Mar 2006 05:46:36 -0000	1.3
  @@ -1,2 +1,3 @@
   libname
   351372_mipsel_ftbfs
  +357189_gcc4.1_ftbfs
  
  
  
  1.1                  gdal/debian/patches/357189_gcc4.1_ftbfs.dpatch
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/357189_gcc4.1_ftbfs.dpatch?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/357189_gcc4.1_ftbfs.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: 357189_gcc4.1_ftbfs.dpatch
  ===================================================================
  #! /bin/sh /usr/share/dpatch/dpatch-run
  ## 357189_gcc4.1_ftbfs.dpatch by Martin Michlmayr <tbm at cyrius.com>
  ##
  ## All lines beginning with `## DP:' are a description of the patch.
  ## DP: Fix #357189: GCC 4.1 FTBFS
  
  @DPATCH@
  diff -urNad gdal-1.3.1~/frmts/fit/fitdataset.cpp gdal-1.3.1/frmts/fit/fitdataset.cpp
  --- gdal-1.3.1~/frmts/fit/fitdataset.cpp	2005-07-06 01:10:52.000000000 +0800
  +++ gdal-1.3.1/frmts/fit/fitdataset.cpp	2006-03-16 13:40:47.000000000 +0800
  @@ -174,7 +174,7 @@
   
   public:
   
  -    FITRasterBand::FITRasterBand( FITDataset *, int );
  +    FITRasterBand( FITDataset *, int );
   	~FITRasterBand();
       
       // should override RasterIO eventually.
  
  
  



More information about the Pkg-grass-devel mailing list