[Lunar-commits] <moonbase> icu4c: compile with texlive

Duncan Gibson engelsman at lunar-linux.org
Mon Jan 10 22:43:13 CET 2011


commit 9a327d2b313a40e88d880dde2284ed4893466723
Author: Paul Bredbury <brebs at sent.com>
Date:   Mon Jan 10 22:43:13 2011 +0100

    icu4c: compile with texlive
    
    Idea taken from:
    http://scmweb.sourcemage.org/?p=smgl/grimoire.git;a=blob;f=libs/icu/BUILD
---
 i18n/icu4c/BUILD   |    3 +++
 i18n/icu4c/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/i18n/icu4c/BUILD b/i18n/icu4c/BUILD
index 83cb2e2..80e085f 100644
--- a/i18n/icu4c/BUILD
+++ b/i18n/icu4c/BUILD
@@ -1,5 +1,8 @@
 (
 
+  # Enables compilation of texlive with icu4c 4_6
+  OPTS+=" --disable-renaming"  &&
+
   cd source  &&
 
   default_build
diff --git a/i18n/icu4c/DETAILS b/i18n/icu4c/DETAILS
index 18d2fd6..027e732 100644
--- a/i18n/icu4c/DETAILS
+++ b/i18n/icu4c/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu
       SOURCE_VFY=sha1:efc68a73a424d5822565feaf4468336f77294e8e
         WEB_SITE=http://icu-project.org
          ENTERED=20081025
-         UPDATED=20101221
+         UPDATED=20110109
            SHORT="provides Unicode and Globalization support for software applications"
 
 cat << EOF


More information about the Lunar-commits mailing list