summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-04-22 09:04:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-22 09:04:59 (GMT)
commit464ae2132295002f271c7ebbc90e147963ee4754 (patch)
treee2053eb9693f2be6ed4e3817e18412d4215b01ee
parent25c04bfce6f4b19afb40c38292375cc94927a38d (diff)
downloadmxe-464ae2132295002f271c7ebbc90e147963ee4754.zip
mxe-464ae2132295002f271c7ebbc90e147963ee4754.tar.gz
mxe-464ae2132295002f271c7ebbc90e147963ee4754.tar.bz2
mingw runtime and api: ignore major version 4.0
-rw-r--r--src/mingwrt.mk2
-rw-r--r--src/w32api.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mingwrt.mk b/src/mingwrt.mk
index db712a8..e19be50 100644
--- a/src/mingwrt.mk
+++ b/src/mingwrt.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := mingwrt
-$(PKG)_IGNORE := 3.20
+$(PKG)_IGNORE := 4.0
$(PKG)_CHECKSUM := cc6c1f841ab255e52e60f9c967cea6acf29354db
$(PKG)_SUBDIR := .
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION)-mingw32-dev.tar.lzma
diff --git a/src/w32api.mk b/src/w32api.mk
index 8df0fe6..88ebef5 100644
--- a/src/w32api.mk
+++ b/src/w32api.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := w32api
-$(PKG)_IGNORE :=
+$(PKG)_IGNORE := 4.0
$(PKG)_CHECKSUM := 1eb60b0cd546bf3efdc3fb89a4118df11da2314a
$(PKG)_SUBDIR := .
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION)-2-mingw32-dev.tar.lzma