[Libreoffice-commits] .: boost/boost_1_44_0.patch
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Oct 19 03:17:19 PDT 2011
boost/boost_1_44_0.patch | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit ad9c1ffdd02caad147d9386f96942bd1c9eb6657
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Oct 19 13:13:40 2011 +0300
WaE: comparison is always true due to limited range of data type
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index a2e5380..353520b 100644
--- a/boost/boost_1_44_0.patch
+++ b/boost/boost_1_44_0.patch
@@ -25,7 +25,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,20 @@
+@@ -1,1 +1,24 @@
-dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
@@ -36,6 +36,10 @@
+
+.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