summaryrefslogtreecommitdiffstats
path: root/boost/boost_1_44_0.patch
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-04 16:57:37 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-04 16:57:37 +0100
commitb9ab0357bb1c8a4e777a6c4c269bb845e01a0c44 (patch)
treea317f236db00ac59134adc2161557aac142d3fa3 /boost/boost_1_44_0.patch
parentResolves: rhbz#674328 more ways for freeserif to crash libicu (diff)
downloadcore-b9ab0357bb1c8a4e777a6c4c269bb845e01a0c44.tar.gz
core-b9ab0357bb1c8a4e777a6c4c269bb845e01a0c44.zip
upgrade to boost 1.44.0 to solve some std::forward issues
Diffstat (limited to 'boost/boost_1_44_0.patch')
-rw-r--r--boost/boost_1_44_0.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
new file mode 100644
index 000000000000..99e24de7d878
--- /dev/null
+++ b/boost/boost_1_44_0.patch
@@ -0,0 +1,25 @@
+--- 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 @@
+-dummy
++PRJ=..$/..$/..$/..$/..$/..$/..$/..
++
++PRJNAME=boostthread
++TARGET=boostthread
++LIBTARGET=NO
++
++.IF "$(GUI)"=="WNT"
++
++.INCLUDE : settings.mk
++
++SLOFILES= $(SLO)$/exceptions.obj \
++ $(SLO)$/thread.obj \
++ $(SLO)$/tss_dll.obj \
++ $(SLO)$/tss_pe.obj
++
++LIB1TARGET=$(SLB)$/$(TARGET).lib
++LIB1ARCHIV=$(LB)$/lib$(TARGET).a
++LIB1OBJFILES=$(SLOFILES)
++
++.INCLUDE : target.mk
++.ENDIF