From be3bb134987e8fc33eaaf2288c8689a2bc448920 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 6 Oct 2009 03:48:47 +0000 Subject: [PATCH] [packages] wxbase: update to v2.8.10, cleanup SVN-Revision: 17947 --- libs/wxbase/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/wxbase/Makefile b/libs/wxbase/Makefile index e8e70a8274..86f3177fcb 100644 --- a/libs/wxbase/Makefile +++ b/libs/wxbase/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wxbase -PKG_VERSION:=2.8.7 -PKG_RELEASE:=3 +PKG_VERSION:=2.8.10 +PKG_RELEASE:=1 PKG_SOURCE:=wxGTK-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/wxwindows -PKG_MD5SUM:=b25e85eeee524903214ebb520753f4bd +PKG_MD5SUM:=88b867bc118a183af56efc67014bdf27 PKG_BUILD_DIR:=$(BUILD_DIR)/wxGTK-$(PKG_VERSION) @@ -106,11 +106,11 @@ CONFIGURE_ARGS+= \ UNICODE=yes ifeq ($(UNICODE),yes) -CONFIGURE_ARGS += --enable-unicode -LIB_PFX:=u + CONFIGURE_ARGS+= --enable-unicode + LIB_PFX:=u else -CONFIGURE_ARGS += --disable-unicode -LIB_PFX:= + CONFIGURE_ARGS+= --disable-unicode + LIB_PFX:= endif define Build/Compile -- 2.30.2