Author: hdu Date: Fri Apr 19 13:19:38 2013 New Revision: 1469818 URL: http://svn.apache.org/r1469818 Log: fix icu build breaker for compilers supporting user-defined literals
Modified: openoffice/trunk/main/icu/icu4c-4_0_1-src.patch Modified: openoffice/trunk/main/icu/icu4c-4_0_1-src.patch URL: http://svn.apache.org/viewvc/openoffice/trunk/main/icu/icu4c-4_0_1-src.patch?rev=1469818&r1=1469817&r2=1469818&view=diff ============================================================================== --- openoffice/trunk/main/icu/icu4c-4_0_1-src.patch (original) +++ openoffice/trunk/main/icu/icu4c-4_0_1-src.patch Fri Apr 19 13:19:38 2013 @@ -287,6 +287,24 @@ } --- misc/icu/source/tools/genuca/genuca.cpp 2009-01-15 08:46:02.000000000 +0100 +++ misc/build/icu/source/tools/genuca/genuca.cpp 2013-01-30 07:45:01.000000000 +0100 +@@ -395,7 +395,7 @@ + copyright, status); + + if(U_FAILURE(*status)) { +- fprintf(stderr, "Error: unable to create %s"INVC_DATA_NAME", error %s\n", outputDir, u_errorName(*status)); ++ fprintf(stderr, "Error: unable to create %s" INVC_DATA_NAME ", error %s\n", outputDir, u_errorName(*status)); + return; + } + +@@ -757,7 +757,7 @@ + copyright, status); + + if(U_FAILURE(*status)) { +- fprintf(stderr, "Error: unable to create %s"UCA_DATA_NAME", error %s\n", outputDir, u_errorName(*status)); ++ fprintf(stderr, "Error: unable to create %s" UCA_DATA_NAME ", error %s\n", outputDir, u_errorName(*status)); + return; + } + @@ -904,9 +904,9 @@ {0x20000, 0x2A6D6, UCOL_SPECIAL_FLAG | (CJK_IMPLICIT_TAG << 24) }, //6 CJK_IMPLICIT_TAG, /* 0x20000-0x2A6D6*/ {0x2F800, 0x2FA1D, UCOL_SPECIAL_FLAG | (CJK_IMPLICIT_TAG << 24) }, //7 CJK_IMPLICIT_TAG, /* 0x2F800-0x2FA1D*/