Author: frankie
Date: 2008-07-22 11:30:39 +0000 (Tue, 22 Jul 2008)
New Revision: 1740

Added:
   packages/gdal/trunk/debian/patches/sincos.dpatch
Modified:
   packages/gdal/trunk/debian/patches/00list
Log:
Adding patch to avoid re-definition of sincos()


Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list   2008-07-22 08:31:08 UTC (rev 
1739)
+++ packages/gdal/trunk/debian/patches/00list   2008-07-22 11:30:39 UTC (rev 
1740)
@@ -6,3 +6,4 @@
 pythonmakefile
 gdalpaths
 eoverflow
+sincos

Added: packages/gdal/trunk/debian/patches/sincos.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/sincos.dpatch                            
(rev 0)
+++ packages/gdal/trunk/debian/patches/sincos.dpatch    2008-07-22 11:30:39 UTC 
(rev 1740)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## sincos.dpatch by Francesco Paolo Lovergine <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad gdal-1.5.2~/frmts/hdf4/hdf-eos/GDapi.c 
gdal-1.5.2/frmts/hdf4/hdf-eos/GDapi.c
+--- gdal-1.5.2~/frmts/hdf4/hdf-eos/GDapi.c     2007-11-14 16:12:27.000000000 
+0100
++++ gdal-1.5.2/frmts/hdf4/hdf-eos/GDapi.c      2008-07-22 13:28:47.000000000 
+0200
+@@ -6258,7 +6258,7 @@
+ 
+ 
+ 
+-#if !defined(HP9000) && !defined(DEC_ALPHA)
++#if 0
+ void
+ sincos(double val, double *sin_val, double *cos_val)
+ {


Property changes on: packages/gdal/trunk/debian/patches/sincos.dpatch
___________________________________________________________________
Name: svn:executable
   + *


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to