[Libreoffice-commits] .: sc/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Tue Jan 4 16:22:46 PST 2011


 sc/source/core/tool/makefile.mk  |    2 --
 sc/source/core/tool/scmatrix.cxx |    1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 96d4ec0631e72ae9d34d982fd2e54953c0a9cd44
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Tue Jan 4 17:03:50 2011 +0100

    sc: fix mdds include when doing a c++0x build and using strlport

diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk
index dd85498..15ec283 100644
--- a/sc/source/core/tool/makefile.mk
+++ b/sc/source/core/tool/makefile.mk
@@ -41,8 +41,6 @@ AUTOSEG=true
 .INCLUDE :  settings.mk
 .INCLUDE :  $(PRJ)$/util$/makefile.pmk
 
-CFLAGSCXX+=$(MDDS_CPPFLAGS)
-
 # --- Files --------------------------------------------------------
 
 SLOFILES =  \
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index b041f7d..d61828e 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -42,6 +42,7 @@
 
 #include <math.h>
 
+#define MDDS_HASH_CONTAINER_STLPORT 1
 #include <mdds/mixed_type_matrix.hpp>
 
 using ::std::pair;


More information about the Libreoffice-commits mailing list