2 changed files with 4 additions and 33 deletions
@ -2,7 +2,7 @@ |
|||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
[COPY] |
[COPY] |
||||||
[COPY] Filename: package/.../icu4c/icu4c.desc |
[COPY] Filename: package/.../icu4c/icu4c.desc |
||||||
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project |
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
||||||
[COPY] |
[COPY] |
||||||
[COPY] More information can be found in the files COPYING and README. |
[COPY] More information can be found in the files COPYING and README. |
||||||
[COPY] |
[COPY] |
||||||
@ -23,8 +23,8 @@ |
|||||||
[T] to different languages. Included are more than 100 codepage converters |
[T] to different languages. Included are more than 100 codepage converters |
||||||
[T] for interaction with non-unicode systems. |
[T] for interaction with non-unicode systems. |
||||||
|
|
||||||
|
[U] http://icu-project.org/ |
||||||
[U] http://www.ibm.com/software/globalization/icu |
[U] http://www.ibm.com/software/globalization/icu |
||||||
[U] http://icu.sourceforge.net/ |
|
||||||
|
|
||||||
[A] IBM ICU Team <[email protected]> |
[A] IBM ICU Team <[email protected]> |
||||||
[M] Alejandro Mery <[email protected]> |
[M] Alejandro Mery <[email protected]> |
||||||
@ -36,7 +36,7 @@ |
|||||||
|
|
||||||
[L] MIT |
[L] MIT |
||||||
[S] Stable |
[S] Stable |
||||||
[V] 3.6 |
[V] 4.4.1 |
||||||
[P] X -----5---9 200.000 |
[P] X -----5---9 200.000 |
||||||
|
|
||||||
[D] 4276325896 icu4c-3_6-src.tgz ftp://ftp.software.ibm.com/software/globalization/icu/3.6/ |
[D] 3148315641 icu4c-4_4_1-src.tgz http://download.icu-project.org/files/icu4c/4.4.1/ |
||||||
|
@ -1,29 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../icu4c/missing_lstdc++.patch
|
|
||||||
# Copyright (C) 2006 The OpenSDE Project
|
|
||||||
#
|
|
||||||
# More information can be found in the files COPYING and README.
|
|
||||||
#
|
|
||||||
# This patch file is dual-licensed. It is available under the license the
|
|
||||||
# patched project is licensed under, as long as it is an OpenSource license
|
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
||||||
# of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
||||||
|
|
||||||
--- ./icudefs.mk.in.orig 2006-10-22 12:02:13.000000000 -0400
|
|
||||||
+++ ./icudefs.mk.in 2006-10-22 12:02:57.000000000 -0400
|
|
||||||
@@ -209,8 +209,8 @@ CTESTFW_STUBNAME = test
|
|
||||||
|
|
||||||
# Link commands to link to ICU libs
|
|
||||||
LIBICUDT= -L$(LIBDIR) -L$(top_builddir)/stubdata -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
|
||||||
-LIBICUUC= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(COMMON_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) $(LIBICUDT)
|
|
||||||
-LIBICUI18N= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
|
||||||
+LIBICUUC= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(COMMON_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) $(LIBICUDT) -lstdc++
|
|
||||||
+LIBICUI18N= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) -lstdc++
|
|
||||||
LIBICULE= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUT_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
|
||||||
LIBICULX= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUTEX_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
|
||||||
LIBCTESTFW= -L$(top_builddir)/tools/ctestfw -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(CTESTFW_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
|
Loading…
Reference in new issue