Ticket #2624: patch-ad.txt

File patch-ad.txt, 519 bytes (added by nasonov, 14 years ago)

patch-ad from ticket #2540

Line 
1$NetBSD: patch-ad,v 1.5 2008/01/04 19:58:41 jmmv Exp $
2
3--- boost/config/suffix.hpp.orig 2008-07-15 04:41:52.000000000 -0600
4+++ boost/config/suffix.hpp
5@@ -215,7 +215,7 @@
6 // from here then add to the appropriate compiler section):
7 //
8 #if (defined(__MT__) || defined(_MT) || defined(_REENTRANT) \
9- || defined(_PTHREADS)) && !defined(BOOST_HAS_THREADS)
10+ || defined(_PTHREADS) || defined(__APPLE__) || defined(__DragonFly__)) && !defined(BOOST_HAS_THREADS)
11 # define BOOST_HAS_THREADS
12 #endif
13