wxwidgets: Update and fix building after update of GCC

Fixes #554.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-11-09 13:49:57 -05:00
parent 23d2ca1bf0
commit a0e90379f4
1 changed files with 5 additions and 3 deletions

View File

@ -3,8 +3,8 @@
PKG := wxwidgets
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.0.0
$(PKG)_CHECKSUM := 756a9c54d1f411e262f03bacb78ccef085a9880a
$(PKG)_VERSION := 3.0.2
$(PKG)_CHECKSUM := 6461eab4428c0a8b9e41781b8787510484dea800
$(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION)
$(PKG)_FILE := wxWidgets-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/wxwindows/$($(PKG)_VERSION)/$($(PKG)_FILE)
@ -50,7 +50,9 @@ define $(PKG)_CONFIGURE_OPTS
--without-hildon \
--without-dmalloc \
--without-odbc \
LIBS=" `'$(TARGET)-pkg-config' --libs-only-l libtiff-4`"
LIBS=" `'$(TARGET)-pkg-config' --libs-only-l libtiff-4`" \
CXXFLAGS='-std=gnu++11' \
CXXCPP='$(TARGET)-g++ -E -std=gnu++11'
endef
define $(PKG)_BUILD_UNICODE