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-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-pkgs/boost/patches/patch-ad b/meta-pkgs/boost/patches/patch-ad
deleted file mode 100644
index 27fc16ab616..00000000000
--- a/meta-pkgs/boost/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2008/09/13 16:14:13 jmmv Exp $
-
---- boost/config/suffix.hpp.orig 2008-07-15 04:41:52.000000000 -0600
-+++ boost/config/suffix.hpp
-@@ -215,7 +215,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(__APPLE__) || defined(__DragonFly__)) && !defined(BOOST_HAS_THREADS)
- # define BOOST_HAS_THREADS
- #endif
-