opnsense-ports/devel/boost-libs/files/patch-boost__predef__os__macos.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
421 B
C

--- boost/predef/os/macos.h.orig 2013-10-15 01:23:53.000000000 -0400
+++ boost/predef/os/macos.h 2014-05-06 18:06:32.000000000 -0400
@@ -31,7 +31,7 @@
#define BOOST_OS_MACOS BOOST_VERSION_NUMBER_NOT_AVAILABLE
-#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
defined(macintosh) || defined(Macintosh) || \
(defined(__APPLE__) && defined(__MACH__)) \
)