kumquat-buildroot/package/libgeotiff/0002-fix-GEO_NORMALIZE_DISABLE_TOWGS84-define.patch
Fabrice Fontaine bfe53a78ef libgeotiff: bump to version 1.4.2
- Add patch to fix autoheader issue: "missing template:
  GEO_NORMALIZE_DISABLE_TOWGS84"
- Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-05-01 22:10:13 +02:00

21 lines
981 B
Diff

Fix GEO_NORMALIZE_DISABLE_TOWGS84 definition
Fix "missing template: GEO_NORMALIZE_DISABLE_TOWGS84" error by adding
a non-empty description of GEO_NORMALIZE_DISABLE_TOWGS84 in AC_DEFINE
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Index: libgeotiff/configure.ac
===================================================================
--- libgeotiff/configure.ac (révision 2818)
+++ libgeotiff/configure.ac (copie de travail)
@@ -317,7 +317,7 @@
AM_CONDITIONAL([CSV_IS_CONFIG], [test ! x$CSV_CONFIG = xno])
-AC_ARG_ENABLE(towgs84, [ --disable-towgs84 Disable WGS84 parameters for binary compatibility with pre-1.4.1], AC_DEFINE(GEO_NORMALIZE_DISABLE_TOWGS84))
+AC_ARG_ENABLE(towgs84, [ --disable-towgs84 Disable WGS84 parameters for binary compatibility with pre-1.4.1], AC_DEFINE(GEO_NORMALIZE_DISABLE_TOWGS84, [], [Disable WGS84 parameters]))
dnl #########################################################################
dnl Doxygen settings