Revert "package wxwidgets: update and remove legacy 2.4/2.6 compatibility"

This reverts commit 70cbd092fd.
This commit is contained in:
Tony Theodore 2013-07-28 23:02:52 +10:00
parent 1d24262c3f
commit 9bb2c24925
2 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- ./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

View File

@ -3,8 +3,8 @@
PKG := wxwidgets
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.9.5
$(PKG)_CHECKSUM := 0bab57ecd6d065a3672ec5fbb09d287456727ea4
$(PKG)_VERSION := 2.9.4
$(PKG)_CHECKSUM := 5a34ddf19d37c741f74652ee847df9568a8b81e1
$(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION)
$(PKG)_FILE := wxWidgets-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/wxwindows/$($(PKG)_VERSION)/$($(PKG)_FILE)
@ -24,6 +24,8 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-compat24 \
--enable-compat26 \
--enable-gui \
--enable-stl \
--enable-threads \
@ -71,6 +73,8 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-compat24 \
--enable-compat26 \
--enable-gui \
--enable-stl \
--enable-threads \