commit 5481ef190cbeb7ec7af44a1d432e8a2da80a282d
Author: Jan Palus <[email protected]>
Date:   Sun Nov 22 00:40:05 2020 +0100

    remove sh patch dropped from spec in 52423e0

 gdal-sh.patch | 11 -----------
 1 file changed, 11 deletions(-)
---
diff --git a/gdal-sh.patch b/gdal-sh.patch
deleted file mode 100644
index 79fd60c..0000000
--- a/gdal-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdal-1.9.0/configure.ac.orig       2012-01-04 08:03:42.000000000 +0100
-+++ gdal-1.9.0/configure.ac    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdal.git/commitdiff/5481ef190cbeb7ec7af44a1d432e8a2da80a282d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to