644ca3f58b
https://svn.boost.org/trac/boost/ticket/6142 https://svn.boost.org/trac/boost/ticket/8368 https://svn.boost.org/trac/boost/ticket/9397
11 lines
410 B
C
11 lines
410 B
C
--- boost/predef/os/bsd/dragonfly.h.orig 2013-10-15 01:23:53.000000000 -0400
|
|
+++ boost/predef/os/bsd/dragonfly.h 2014-05-06 18:06:28.000000000 -0400
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#define BOOST_OS_BSD_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
|
|
|
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
|
|
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
|
|
defined(__DragonFly__) \
|
|
)
|
|
# ifndef BOOST_OS_BSD_AVAILABLE
|