[SCM] librasterlite branch, master, updated. debian/1.1_svn11-2-21-gbf44c23

David Paleino dapal at debian.org
Sun Dec 2 11:05:41 UTC 2012


The following commit has been merged in the master branch:
commit d674ee879e3f7ebf5e80c897ff4dc778ac0a725f
Author: David Paleino <dapal at debian.org>
Date:   Sun Dec 2 10:21:28 2012 +0100

    Fix buildsystem

diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
index 4d00399..7fe80a8 100644
--- a/debian/patches/01-fix_build.patch
+++ b/debian/patches/01-fix_build.patch
@@ -4,9 +4,10 @@ Forwarded: no
 
 ---
  Makefile.am     |    2 +-
+ configure.ac    |    4 ++--
  lib/Makefile.am |    4 +++-
  src/Makefile.am |    5 ++++-
- 3 files changed, 8 insertions(+), 3 deletions(-)
+ 4 files changed, 10 insertions(+), 5 deletions(-)
 
 --- librasterlite.orig/lib/Makefile.am
 +++ librasterlite/lib/Makefile.am
@@ -58,3 +59,19 @@ Forwarded: no
  
  EXTRA_DIST = Makefile-static-MinGW Makefile-static-Linux \
  	Makefile-static-MacOsX makefile.vc nmake.opt 
+--- librasterlite.orig/configure.ac
++++ librasterlite/configure.ac
+@@ -79,11 +79,11 @@ AC_CHECK_LIB(tiff,TIFFClientOpen,,AC_MSG
+ AC_CHECK_LIB(proj,pj_init_plus,,AC_MSG_ERROR(['libproj' is required but it doesn't seem to be installed on this system.]),-lm)
+ AC_CHECK_LIB(geotiff,GTIFSetFromProj4,,AC_MSG_ERROR(['libgeotiff' [>= v.1.2.5] is required but it doesn't seem to be installed on this system.]),-lm)
+ 
+-PKG_CHECK_MODULES([LIBSPATIALITE], [spatialite], , AC_MSG_ERROR(['libspatialite' is required but it doesn't seem to be installed on this system.]))
++PKG_CHECK_MODULES([LIBSPATIALITE], [spatialite], [], AC_MSG_ERROR(['libspatialite' is required but it doesn't seem to be installed on this system.]))
+ AC_SUBST(LIBSPATIALITE_CFLAGS)
+ AC_SUBST(LIBSPATIALITE_LIBS)
+ 
+-PKG_CHECK_MODULES([LIBPNG], [libpng], , AC_MSG_ERROR(['libpng' is required but it doesn't seem to be installed on this system.]))
++PKG_CHECK_MODULES([LIBPNG], [libpng], [], AC_MSG_ERROR(['libpng' is required but it doesn't seem to be installed on this system.]))
+ AC_SUBST(LIBPNG_CFLAGS)
+ AC_SUBST(LIBPNG_LIBS)
+ 

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list