update package icu4c

This commit is contained in:
Tony Theodore 2013-11-09 17:13:30 +11:00
parent cbe05967d5
commit 93d0d4d1f4
2 changed files with 3 additions and 28 deletions

View File

@ -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

View File

@ -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