SHA256
1
0
forked from pool/gdal
gdal/gdal-libproj.patch
Angelos Tzotsos 67f7fd9ecb - Packaging changes
- Fixed gdal-libproj.patch to point to libproj.so.12

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=35
2016-10-17 18:04:17 +00:00

13 lines
449 B
Diff

diff -rup a/ogr/ogrct.cpp b/ogr/ogrct.cpp
--- a/ogr/ogrct.cpp 2016-01-26 16:21:46.000000000 +0100
+++ b/ogr/ogrct.cpp 2016-02-23 12:41:38.368276062 +0100
@@ -92,7 +92,7 @@ static void (*pfn_pj_ctx_free)( projC
#elif defined(__APPLE__)
# define LIBNAME "libproj.dylib"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.12"
#endif
/************************************************************************/