[librewms] 01/05: Add patch to fix configure.ac.

Bas Couwenberg sebastic at xs4all.nl
Sat Nov 22 18:29:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository librewms.

commit 4308a6d4f39e881ecd3b61f946537fd7bce31bad
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Nov 22 00:54:09 2014 +0100

    Add patch to fix configure.ac.
---
 debian/patches/configure.ac | 19 +++++++++++++++++++
 debian/patches/series       |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/configure.ac b/debian/patches/configure.ac
new file mode 100644
index 0000000..aa36816
--- /dev/null
+++ b/debian/patches/configure.ac
@@ -0,0 +1,19 @@
+Description: Fix PKG_CHECK_MODULES to fix build with autoreconf.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -77,11 +77,11 @@ AC_FUNC_STAT
+ AC_FUNC_STRFTIME
+ AC_CHECK_FUNCS([memset sqrt strcasecmp strerror strncasecmp strstr fdatasync ftruncate getcwd gettimeofday localtime_r memmove strerror])
+ 
+-PKG_CHECK_MODULES([LIBRASTERLITE2], [rasterlite2], , AC_MSG_ERROR(['librasterlite2' is required but it doesn't seem to be installed on this system.]))
++PKG_CHECK_MODULES([LIBRASTERLITE2], [rasterlite2], [], AC_MSG_ERROR(['librasterlite2' is required but it doesn't seem to be installed on this system.]))
+ AC_SUBST(LIBRASTERLITE2_CFLAGS)
+ AC_SUBST(LIBRASTERLITE2_LIBS)
+ 
+-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)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8d23311
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+configure.ac

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librewms.git



More information about the Pkg-grass-devel mailing list