aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-boost__predef__os__bsd.h
blob: 674a33088d6dcd4c44c62a89a0de92bdb72dd9b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- boost/predef/os/bsd.h.orig	2013-10-15 01:23:53.000000000 -0400
+++ boost/predef/os/bsd.h	2014-05-06 18:06:32.000000000 -0400
@@ -59,7 +59,7 @@
 #define BOOST_OS_BSD BOOST_VERSION_NUMBER_NOT_AVAILABLE
 #endif
 
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && (  \
     defined(BSD) || \
     defined(_SYSTYPE_BSD) \
     )