mingw-w64: update

This commit is contained in:
Mark Brand 2014-10-27 10:17:41 +01:00
parent 9a1bc8f0c8
commit 38cdd7b19b
2 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,8 @@ define $(PKG)_BUILD
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
GLIB_GENMARSHAL='$(PREFIX)/$(TARGET)/bin/glib-genmarshal' \
GLIB_COMPILE_SCHEMAS='$(PREFIX)/$(TARGET)/bin/glib-compile-schemas' \
GLIB_COMPILE_RESOURCES='$(PREFIX)/$(TARGET)/bin/glib-compile-resources'
GLIB_COMPILE_RESOURCES='$(PREFIX)/$(TARGET)/bin/glib-compile-resources' \
$(if $(findstring x86_64-w64-mingw32,$(TARGET)), CFLAGS="-DHAVE_IF_NAMETOINDEX=1")
$(MAKE) -C '$(1)/glib' -j '$(JOBS)' install sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)/gmodule' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)/gthread' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=

View File

@ -3,8 +3,8 @@
PKG := mingw-w64
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.2.0
$(PKG)_CHECKSUM := edd7ce33e36689fa35ab2c9799c4e8f33e288d70
$(PKG)_VERSION := 3.3.0
$(PKG)_CHECKSUM := d31eac960d42e791970697eae5724e529c81dcd6
$(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE)