summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-28 12:08:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-28 13:13:14 (GMT)
commitb62c2b4d1a917f8af0095dabc6686f808ee52f1c (patch)
tree0d5e966bc2c143296c2b738d2f012f1490c64790
parent9bb2c2492536d10b7980638318d0eaacc81a9f9e (diff)
downloadmxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.zip
mxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.tar.gz
mxe-b62c2b4d1a917f8af0095dabc6686f808ee52f1c.tar.bz2
package wxwidgets: update and remove legacy 2.4/2.6 compatibility
-rw-r--r--src/wxwidgets-1-fixes.patch11
-rw-r--r--src/wxwidgets.mk8
2 files changed, 2 insertions, 17 deletions
diff --git a/src/wxwidgets-1-fixes.patch b/src/wxwidgets-1-fixes.patch
deleted file mode 100644
index 33329b6..0000000
--- a/src/wxwidgets-1-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/msw/textctrl.cpp 2013-01-02 21:47:03.000000000 +0100
-+++ ./src/msw/textctrl.cpp 2013-01-02 21:46:53.000000000 +0100
-@@ -992,7 +992,7 @@
-
- EDITSTREAM eds;
- wxZeroMemory(eds);
-- eds.dwCookie = (DWORD)&data;
-+ eds.dwCookie = (DWORD_PTR)&data;
- eds.pfnCallback = wxRichEditStreamOut;
-
- ::SendMessage
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index 11fc6ba..18519e3 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -3,8 +3,8 @@
PKG := wxwidgets
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.9.4
-$(PKG)_CHECKSUM := 5a34ddf19d37c741f74652ee847df9568a8b81e1
+$(PKG)_VERSION := 2.9.5
+$(PKG)_CHECKSUM := 0bab57ecd6d065a3672ec5fbb09d287456727ea4
$(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION)
$(PKG)_FILE := wxWidgets-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/wxwindows/$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -24,8 +24,6 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
- --enable-compat24 \
- --enable-compat26 \
--enable-gui \
--enable-stl \
--enable-threads \
@@ -73,8 +71,6 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
- --enable-compat24 \
- --enable-compat26 \
--enable-gui \
--enable-stl \
--enable-threads \