gdal/gdal-libproj.patch
Martin Pluskal 7d818e716c Accepting request 290134 from home:sebschub:branches:Application:Geo
The library name of proj4 is hard coded in one file and does not correspond to openSUSE's proj4 package. This is fixed here.

OBS-URL: https://build.opensuse.org/request/show/290134
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=6
2015-03-10 11:28:50 +00:00

12 lines
365 B
Diff

--- ogr/ogrct.cpp 2014-09-24 15:47:42.000000000 +0200
+++ ogr/ogrct.cpp_new 2015-03-10 11:09:34.135358433 +0100
@@ -92,7 +92,7 @@
#elif defined(__APPLE__)
# define LIBNAME "libproj.dylib"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.0"
#endif
/************************************************************************/