changeset 2568:49d60b80df76

update package geos
author Mark Brand <mabrand@mabrand.nl>
date Mon, 04 Jun 2012 22:39:37 +0200
parents 203c9a62062c
children 676d1b5f8fa2
files index.html src/geos.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Jun 04 22:33:51 2012 +0200
+++ b/index.html	Mon Jun 04 22:39:37 2012 +0200
@@ -1145,7 +1145,7 @@
     </tr>
     <tr>
         <td id="geos-package">geos</td>
-        <td id="geos-version">3.3.3</td>
+        <td id="geos-version">3.3.4</td>
         <td id="geos-website"><a href="http://trac.osgeo.org/geos/">GEOS</a></td>
     </tr>
     <tr>
--- a/src/geos.mk	Mon Jun 04 22:33:51 2012 +0200
+++ b/src/geos.mk	Mon Jun 04 22:39:37 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := geos
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 2ecd23c38d74e5f04757dc528ec30858006fb6a7
+$(PKG)_CHECKSUM := 2ec4be729c851460daf89d0d2ab785be5ef4c5c5
 $(PKG)_SUBDIR   := geos-$($(PKG)_VERSION)
 $(PKG)_FILE     := geos-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -19,9 +19,9 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
-        --prefix='$(PREFIX)/$(TARGET)' \
-        --disable-swig
+        --prefix='$(PREFIX)/$(TARGET)'
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
 
     '$(TARGET)-gcc' \