summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-ad')
-rw-r--r--meta-pkgs/boost/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/boost/patches/patch-ad b/meta-pkgs/boost/patches/patch-ad
index e6ae53911af..ee5d77c5720 100644
--- a/meta-pkgs/boost/patches/patch-ad
+++ b/meta-pkgs/boost/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.3 2006/01/12 22:48:46 joerg Exp $
+$NetBSD: patch-ad,v 1.4 2006/01/21 09:02:16 jmmv Exp $
---- boost/config/suffix.hpp.orig 2005-06-21 12:35:22.000000000 +0000
+--- boost/config/suffix.hpp.orig 2006-01-20 21:59:33.000000000 +0100
+++ boost/config/suffix.hpp
@@ -213,7 +213,7 @@
// from here then add to the appropriate compiler section):
//
#if (defined(__MT__) || defined(_MT) || defined(_REENTRANT) \
- || defined(_PTHREADS)) && !defined(BOOST_HAS_THREADS)
-+ || defined(_PTHREADS) || defined(__DragonFly__)) && !defined(BOOST_HAS_THREADS)
++ || defined(_PTHREADS) || defined(__DragonFly__) || defined(__APPLE__)) && !defined(BOOST_HAS_THREADS)
# define BOOST_HAS_THREADS
#endif