[Libreoffice-commits] .: boost/boost_1_44_0.patch
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Wed Oct 19 08:03:40 PDT 2011
boost/boost_1_44_0.patch | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 7b000922d034c3002c8a56a705cf7f8e902f4c92
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 19 17:03:02 2011 +0200
Disable warnings when compiling external boost lib.
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index 353520b..8ee39cf 100644
--- a/boost/boost_1_44_0.patch
+++ b/boost/boost_1_44_0.patch
@@ -1,6 +1,6 @@
--- misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk
+++ misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk
-@@ -1,1 +1,21 @@
+@@ -1,1 +1,22 @@
-dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
@@ -8,6 +8,7 @@
+TARGET=boostthread
+ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO
++EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+
+.IF "$(GUI)"=="WNT"
+
@@ -25,7 +26,7 @@
+.ENDIF
--- misc/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:28:29.191616897 +0200
+++ misc/build/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:27:40.511187732 +0200
-@@ -1,1 +1,24 @@
+@@ -1,1 +1,21 @@
-dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
@@ -33,13 +34,10 @@
+TARGET=boostdatetime
+ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO
++EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+
+.INCLUDE : settings.mk
+
-+.IF "$(OS)" == "ANDROID"
-+CFLAGSCXX+=-Wno-type-limits
-+.ENDIF
-+
+SLOFILES= \
+ $(SLO)$/gregorian_types.obj \
+ $(SLO)$/greg_weekday.obj \
More information about the Libreoffice-commits
mailing list