diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-09 21:10:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-09 21:10:53 +0000 |
commit | 75981290387b6b6dfcdb4726a1a3fb96d89e2005 (patch) | |
tree | bd77d7a847e0abb0b02bd29c02ece177b5e2afbd /boost | |
parent | 760b66947374c025d6d543a935e14c2b70f73b07 (diff) |
build those with exceptions
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost_1_44_0.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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" |