[packages] wxbase: update to v2.8.10, cleanup
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Oct 2009 03:48:47 +0000 (03:48 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Oct 2009 03:48:47 +0000 (03:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17947 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/wxbase/Makefile

index e8e70a8..86f3177 100644 (file)
@@ -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