[Libreoffice-commits] .: icu/icu4c-build.patch

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Mar 14 05:44:37 PDT 2011


 icu/icu4c-build.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 06956b641d3d54ffd04efba8f9ef72bc034a5a5c
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Mar 14 13:44:24 2011 +0100

    Dupplicate symbol in Windows build

diff --git a/icu/icu4c-build.patch b/icu/icu4c-build.patch
index 7fa5e8e..cedd280 100644
--- a/icu/icu4c-build.patch
+++ b/icu/icu4c-build.patch
@@ -115,3 +115,14 @@
  
          if ((t & MASK_TRANSPARENT) != 0) {
              continue;
+--- icu/source/common/stringpiece.cpp	2010-10-29 20:01:01.000000000 +0200
++++ icu.new/source/common/stringpiece.cpp	2011-03-14 13:38:59.094036495 +0100
+@@ -75,7 +75,7 @@
+  * Visual Studios 9.0.
+  * Cygwin with MSVC 9.0 also complains here about redefinition.
+  */
+-#if (!defined(_MSC_VER) || (_MSC_VER > 1500)) && !defined(CYGWINMSVC)
++#if (!defined(_MSC_VER) && !defined(CYGWINMSVC))
+ const int32_t StringPiece::npos;
+ #endif
+ 


More information about the Libreoffice-commits mailing list