libgeos: update to 3.10.1
This commit is contained in:
parent
cb8e5946b2
commit
b9c052b893
@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://geos.osgeo.org/
|
||||
TERMUX_PKG_DESCRIPTION="Geometry Engine, C++ port of the Java Topology Suite"
|
||||
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
|
||||
TERMUX_PKG_VERSION=3.9.1
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_VERSION=3.10.1
|
||||
TERMUX_PKG_SRCURL=https://github.com/libgeos/geos/archive/${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=e9e20e83572645ac2af0af523b40a404627ce74b3ec99727754391cdf5b23645
|
||||
TERMUX_PKG_SHA256=15180d727df60ea2e61ece6273feaa3b2a4554db0a447bf6923054df676c78c0
|
||||
TERMUX_PKG_DEPENDS="libc++"
|
||||
TERMUX_PKG_BREAKS="libgeos-dev"
|
||||
TERMUX_PKG_REPLACES="libgeos-dev"
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ../inlines.cpp.orig 2019-12-07 11:13:58.242315736 +0000
|
||||
+++ ./src/inlines.cpp 2019-12-07 11:14:56.612224731 +0000
|
||||
@@ -33,7 +33,7 @@
|
||||
// If using cygwin then we suppress the "multiple definition" errors by
|
||||
// ignoring this section completely; the cygwin linker seems to handle
|
||||
// the stubs correctly at link time by itself
|
||||
-#if !defined(__CYGWIN__)
|
||||
+#if !defined(__CYGWIN__) && !defined(__ANDROID__)
|
||||
|
||||
// Undefine GEOS_INLINE so that .inl files
|
||||
// will be ready for an implementation file
|
Loading…
Reference in New Issue
Block a user