summaryrefslogtreecommitdiffstats
path: root/boost/boost_1_44_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost_1_44_0.patch')
-rw-r--r--boost/boost_1_44_0.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index 4673919450a8..a2e538037c30 100644
--- a/boost/boost_1_44_0.patch
+++ b/boost/boost_1_44_0.patch
@@ -23,3 +23,27 @@
+
+.INCLUDE : target.mk
+.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 @@
+-dummy
++PRJ=..$/..$/..$/..$/..$/..$/..$/..
++
++PRJNAME=boostdatetime
++TARGET=boostdatetime
++ENABLE_EXCEPTIONS=TRUE
++LIBTARGET=NO
++
++.INCLUDE : settings.mk
++
++SLOFILES= \
++ $(SLO)$/gregorian_types.obj \
++ $(SLO)$/greg_weekday.obj \
++ $(SLO)$/date_generators.obj \
++ $(SLO)$/greg_month.obj \
++
++LIB1TARGET=$(SLB)$/$(TARGET).lib
++LIB1ARCHIV=$(LB)$/lib$(TARGET).a
++LIB1OBJFILES=$(SLOFILES)
++
++.INCLUDE : target.mk