From 93d0d4d1f48333312e46c4d40fd88a8a89ecd6a8 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 9 Nov 2013 17:13:30 +1100 Subject: update package icu4c --- src/icu4c-1-fixes.patch | 26 -------------------------- src/icu4c.mk | 5 +++-- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/src/icu4c-1-fixes.patch b/src/icu4c-1-fixes.patch index 7874fc1..282f10a 100644 --- a/src/icu4c-1-fixes.patch +++ b/src/icu4c-1-fixes.patch @@ -22,30 +22,4 @@ index 406b196..cc53055 100644 #datarootdir = @datarootdir@ #datadir = @datadir@ #sbindir = @sbindir@ -diff --git a/source/config/mh-mingw b/source/config/mh-mingw -index eb25c8a..11ea464 100644 ---- a/source/config/mh-mingw -+++ b/source/config/mh-mingw -@@ -72,7 +72,6 @@ A = a - ## An import library is needed for z/OS and MSVC - IMPORT_LIB_EXT = .lib - --LIBPREFIX= - - # Change the stubnames so that poorly working FAT disks and installation programs can work. - # This is also for backwards compatibility. -diff --git a/source/config/mh-mingw64 b/source/config/mh-mingw64 -index 1b37f29..3c7ae7f 100644 ---- a/source/config/mh-mingw64 -+++ b/source/config/mh-mingw64 -@@ -72,7 +72,6 @@ A = a - ## An import library is needed for z/OS and MSVC - IMPORT_LIB_EXT = .lib - --LIBPREFIX= - - # Change the stubnames so that poorly working FAT disks and installation programs can work. - # This is also for backwards compatibility. --- -1.8.2.2 diff --git a/src/icu4c.mk b/src/icu4c.mk index 55aabda..156bbfc 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -3,8 +3,8 @@ PKG := icu4c $(PKG)_IGNORE := -$(PKG)_VERSION := 51.1 -$(PKG)_CHECKSUM := 7905632335e3dcd6667224da0fa087b49f9095e9 +$(PKG)_VERSION := 52.1 +$(PKG)_CHECKSUM := 6de440b71668f1a65a9344cdaf7a437291416781 $(PKG)_SUBDIR := icu $(PKG)_FILE := $(PKG)-$(subst .,_,$($(PKG)_VERSION))-src.tgz $(PKG)_URL := http://download.icu-project.org/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) @@ -31,6 +31,7 @@ define $(PKG)_BUILD --disable-shared \ --with-cross-build='$(1).native' \ CFLAGS=-DU_USING_ICU_NAMESPACE=0 \ + CXXFLAGS='--std=gnu++0x' \ SHELL=bash $(MAKE) -C '$(1).cross' -j '$(JOBS)' install -- cgit v0.12