[DebianGIS-dev] CVS Update: gdal/debian/patches 00list
360389_amd64_ftbfs.dpatch
frankie at haydn.debian.org
frankie at haydn.debian.org
Tue Apr 4 07:50:18 UTC 2006
User: frankie
Date: 06/04/04 07:50:18
Modified: debian/patches 00list
Added: debian/patches 360389_amd64_ftbfs.dpatch
Log:
Adding patch for #360389
Revision Changes Path
1.4 +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.4&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list?rev=1.4&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.4&r2=1.3&cvsroot=
-----------------------------------
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-grass/gdal/debian/patches/00list,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 00list 16 Mar 2006 05:46:36 -0000 1.3
+++ 00list 4 Apr 2006 07:50:18 -0000 1.4
@@ -1,3 +1,4 @@
libname
351372_mipsel_ftbfs
357189_gcc4.1_ftbfs
+360389_amd64_ftbfs
1.1 gdal/debian/patches/360389_amd64_ftbfs.dpatch
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/360389_amd64_ftbfs.dpatch?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/360389_amd64_ftbfs.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: 360389_amd64_ftbfs.dpatch
===================================================================
#! /bin/sh /usr/share/dpatch/dpatch-run
## 360389_amd64_ftbfs.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad gdal-1.3.1~/port/cpl_odbc.h gdal-1.3.1/port/cpl_odbc.h
--- gdal-1.3.1~/port/cpl_odbc.h 2005-09-05 22:18:43.000000000 +0200
+++ gdal-1.3.1/port/cpl_odbc.h 2006-04-04 00:13:29.000000000 +0200
@@ -95,14 +95,8 @@
class CPLODBCStatement;
-#ifdef SQLULEN
-/* ODBC types to support 64 bit compilation */
-# define _SQLULEN SQLULEN
-# define _SQLLEN SQLLEN
-#else
-# define _SQLULEN SQLUINTEGER
-# define _SQLLEN SQLINTEGER
-#endif /* ifdef SQLULEN */
+#define _SQLULEN SQLULEN
+#define _SQLLEN SQLLEN
/**
More information about the Pkg-grass-devel
mailing list