X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gdal-sh.patch;h=79fd60c936128291b635710c8c74add1b8e2a50b;hb=HEAD;hp=6b5a0b4c6dbb348ba1ffa27d70b39b9cf04e3dbb;hpb=9b4989aee65f8a6d33f377c8de9708b097c73b37;p=packages%2Fgdal.git diff --git a/gdal-sh.patch b/gdal-sh.patch deleted file mode 100644 index 6b5a0b4..0000000 --- a/gdal-sh.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gdal-1.9.0/configure.in.orig 2012-01-04 08:03:42.000000000 +0100 -+++ gdal-1.9.0/configure.in 2012-01-19 20:50:08.902476176 +0100 -@@ -1493,7 +1493,7 @@ - AC_MSG_CHECKING([libnetcdf version with $ncdump]) - netcdf_version=`$ncdump 2>&1 | grep "netcdf library version" | awk '{gsub(/"/,"");print $4}'` - AC_MSG_RESULT([got $netcdf_version]) -- if test "$netcdf_version" != "" -a "${netcdf_version:0:1}" == "4" ; then -+ if test "$netcdf_version" != "" -a "$(echo ${netcdf_version} | sed 's/^\(.\).*/\1/')" == "4" ; then - nc_config=$NETCDF_ROOT"/bin/nc-config" - fi - fi