openbsd-ports/devel/boost/patches/patch-boost_predef_other_endian_h
jasper 61585ccce9 - update to boost 1.58.0
earlier diff looked good to brad
tested in multiple bulks by aja@ and me
ok aja@ robert@
2015-07-01 08:41:59 +00:00

13 lines
514 B
Plaintext

$OpenBSD: patch-boost_predef_other_endian_h,v 1.1 2015/07/01 08:41:59 jasper Exp $
--- boost/predef/other/endian.h.orig Fri Jun 26 11:28:26 2015
+++ boost/predef/other/endian.h Fri Jun 26 11:30:43 2015
@@ -62,7 +62,7 @@ information and acquired knowledge:
# else
# if BOOST_OS_BSD
# if BOOST_OS_BSD_OPEN
-# include <machine/endian.h>
+# include <endian.h>
# else
# include <sys/endian.h>
# endif