summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-19 17:03:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-19 17:03:02 +0200
commit7b000922d034c3002c8a56a705cf7f8e902f4c92 (patch)
tree7ad42284f46b9d4c1affb84bd91319569ea05eda /boost
parent1206a75575f28da6368ec3851658528143d7805f (diff)
Disable warnings when compiling external boost lib.
Diffstat (limited to 'boost')
-rw-r--r--boost/boost_1_44_0.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index 353520b08e5b..8ee39cff6e9c 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 \