gdal/gdal-libproj.patch
Martin Pluskal 9df2edffde Accepting request 607382 from home:bruno_friedmann:branches:Application:Geo
- Upgrade to new 2.3.0 version
  See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News   
  + Source code is now hosted on github
  + RFC 70: Guessing output format from output file name extension
    for utilities
    https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
  + RFC 68: C++11 Compilation requirement
    https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
    GDAL now requires a C++11 compatible compiler. External code 
    using GDAL C++ API will also need to enable at least C++11 
    compilation mode, if the compiler defaults to C++98/C++03.
  + Stricter const-ness in OGRGeomFieldDefn, OGRFeatureDefn and 
    OGRFeature classes, impacting out-of-tree drivers that subclass
    them.
- Packaging : redone patches against new version
  + GDALmake.opt.in.patch
  + gdal-libproj.patch

- Add optional support to ECW5 JPEG lib support disabled by default

OBS-URL: https://build.opensuse.org/request/show/607382
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=60
2018-05-15 08:54:45 +00:00

12 lines
363 B
Diff

diff -rup a/ogr/ogrct.cpp b/ogr/ogrct.cpp
--- a/ogr/ogrct.cpp 2018-05-04 18:08:49.000000000 +0200
+++ b/ogr/ogrct.cpp 2018-05-14 09:49:42.824062814 +0200
@@ -125,6 +125,7 @@ static bool bProjLocaleSafe = false
# define LIBNAME "libproj.dylib"
#else
# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.12"
#endif
#endif // PROJ_VERSION == 4