diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-02-03 01:45:05 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-02-03 01:45:05 (GMT) |
commit | b43fe868d5f5512469657b5000464ec244d44fd0 (patch) | |
tree | 3d16f54f2cb1bcb8a70456d3bdbf68e9bec0864b | |
parent | 50634bae5520284ccfd232bf824488e06367428b (diff) | |
download | mxe-b43fe868d5f5512469657b5000464ec244d44fd0.zip mxe-b43fe868d5f5512469657b5000464ec244d44fd0.tar.gz mxe-b43fe868d5f5512469657b5000464ec244d44fd0.tar.bz2 |
update version of packages geos and mingwrt
-rw-r--r-- | src/geos.mk | 6 | ||||
-rw-r--r-- | src/mingwrt.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/geos.mk b/src/geos.mk index 3a3a7dc..c4e12b5 100644 --- a/src/geos.mk +++ b/src/geos.mk @@ -2,7 +2,7 @@ # http://trac.osgeo.org/geos/ PKG := geos -$(PKG)_VERSION := 3.0.3 +$(PKG)_VERSION := 3.1.0rc2 $(PKG)_SUBDIR := geos-$($(PKG)_VERSION) $(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE) @@ -17,9 +17,9 @@ endef define $(PKG)_BUILD $(SED) 's,-lgeos,-lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' $(SED) 's,-L\$${libdir}$$,-L$${libdir} -lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' - $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure.in' + $(SED) 's,\$$WARNFLAGS -ansi,\$$WARNFLAGS,' -i '$(1)/configure.in' touch '$(1)/aclocal.m4' - $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure' + $(SED) 's,\$$WARNFLAGS -ansi,\$$WARNFLAGS,' -i '$(1)/configure' touch '$(1)/Makefile.in' touch '$(1)/source/headers/config.h.in' touch '$(1)/source/headers/geos/platform.h.in' diff --git a/src/mingwrt.mk b/src/mingwrt.mk index 0bc5309..6c8f273 100644 --- a/src/mingwrt.mk +++ b/src/mingwrt.mk @@ -2,7 +2,7 @@ # http://mingw.sourceforge.net/ PKG := mingwrt -$(PKG)_VERSION := 3.15.1-mingw32 +$(PKG)_VERSION := 3.15.2-mingw32 $(PKG)_SUBDIR := . $(PKG)_FILE := mingwrt-$($(PKG)_VERSION)-dev.tar.gz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/mingw/$($(PKG)_FILE) |