gdal: fix compilation error
This commit is contained in:
parent
2d1d83152c
commit
f961bbfdc0
@ -5,5 +5,6 @@ TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_VERSION=3.0.0
|
||||
TERMUX_PKG_SRCURL=https://download.osgeo.org/gdal/${TERMUX_PKG_VERSION}/gdal-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=ad316fa052d94d9606e90b20a514b92b2dd64e3142dfdbd8f10981a5fcd5c43e
|
||||
TERMUX_PKG_DEPENDS="openjpeg, libcurl, libtiff, libpng, proj, libiconv, libsqlite"
|
||||
TERMUX_PKG_DEPENDS="openjpeg, libcurl, libtiff, libpng, proj, libiconv, libsqlite, libgeos"
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-sqlite3=$TERMUX_PREFIX"
|
||||
|
@ -1,10 +1,6 @@
|
||||
--- ../cpl_port.h.orig 2019-05-22 19:06:54.229937519 +0200
|
||||
+++ ./port/cpl_port.h 2019-05-22 21:13:34.409881701 +0200
|
||||
@@ -136,11 +136,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
-#include <math.h>
|
||||
--- ../cpl_port.h.orig 2019-05-24 13:50:47.754028778 +0200
|
||||
+++ ./port/cpl_port.h 2019-05-24 14:28:25.219164021 +0200
|
||||
@@ -140,7 +140,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
@ -13,7 +9,7 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -1118,7 +1117,7 @@
|
||||
@@ -1118,7 +1118,7 @@
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <cstddef>
|
||||
|
Loading…
Reference in New Issue
Block a user