Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / moz / patches / wchart_on_msvc8.patch
bloba8f31cd4c3e33666223313dad9618dc5607bd6b5
1 --- mozilla.pure/configure.in 2008-06-16 00:25:32.000000000 +0200
2 +++ mozilla/configure.in 2008-11-10 16:15:36.859375000 +0100
3 @@ -425,6 +425,7 @@
4 _CC_SUITE=7
5 elif test "$_CC_MAJOR_VERSION" = "14"; then
6 _CC_SUITE=8
7 + CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
8 else
9 AC_MSG_ERROR([This version of the MSVC compiler, $CC_VERSION , is unsupported.])
11 --- mozilla.pure/configure 2008-06-16 00:25:31.000000000 +0200
12 +++ mozilla/configure 2008-11-10 16:15:30.437500000 +0100
13 @@ -3022,6 +3022,7 @@
14 _CC_SUITE=7
15 elif test "$_CC_MAJOR_VERSION" = "14"; then
16 _CC_SUITE=8
17 + CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
18 else
19 { echo "configure: error: This version of the MSVC compiler, $CC_VERSION , is unsupported." 1>&2; exit 1; }