From 75981290387b6b6dfcdb4726a1a3fb96d89e2005 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 9 Mar 2011 21:10:53 +0000 Subject: build those with exceptions --- boost/boost_1_44_0.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch index 9d7c526f4b6e..4673919450a8 100644 --- a/boost/boost_1_44_0.patch +++ b/boost/boost_1_44_0.patch @@ -1,11 +1,12 @@ --- 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,20 @@ +@@ -1,1 +1,21 @@ -dummy +PRJ=..$/..$/..$/..$/..$/..$/..$/.. + +PRJNAME=boostthread +TARGET=boostthread ++ENABLE_EXCEPTIONS=TRUE +LIBTARGET=NO + +.IF "$(GUI)"=="WNT" -- cgit