Author: frankie Date: 2009-05-13 09:41:38 +0000 (Wed, 13 May 2009) New Revision: 2208
Added: packages/gdal/trunk/debian/patches/mysql5.1.dpatch Log: Missing patch committed. Added: packages/gdal/trunk/debian/patches/mysql5.1.dpatch =================================================================== --- packages/gdal/trunk/debian/patches/mysql5.1.dpatch (rev 0) +++ packages/gdal/trunk/debian/patches/mysql5.1.dpatch 2009-05-13 09:41:38 UTC (rev 2208) @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## mysql5.1.dpatch by Francesco Paolo Lovergine <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +...@dpatch@ +diff -urNad gdal-1.6.0~/ogr/ogrsf_frmts/mysql/ogr_mysql.h gdal-1.6.0/ogr/ogrsf_frmts/mysql/ogr_mysql.h +--- gdal-1.6.0~/ogr/ogrsf_frmts/mysql/ogr_mysql.h 2008-10-23 00:04:33.000000000 +0000 ++++ gdal-1.6.0/ogr/ogrsf_frmts/mysql/ogr_mysql.h 2009-05-12 21:22:04.000000000 +0000 +@@ -31,8 +31,12 @@ + #ifndef _OGR_MYSQL_H_INCLUDED + #define _OGR_MYSQL_H_INCLUDED + ++#define max ++#define min + #include <my_global.h> + #include <mysql.h> ++#undef min ++#undef max + + #ifdef bool + #undef bool Property changes on: packages/gdal/trunk/debian/patches/mysql5.1.dpatch ___________________________________________________________________ Added: svn:executable + * _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

