Index: head/misc/visp/files/patch-modules_core_src_tools_file_vpIoTools.cpp =================================================================== --- head/misc/visp/files/patch-modules_core_src_tools_file_vpIoTools.cpp (nonexistent) +++ head/misc/visp/files/patch-modules_core_src_tools_file_vpIoTools.cpp (revision 527261) @@ -0,0 +1,11 @@ +--- modules/core/src/tools/file/vpIoTools.cpp.orig 2020-02-22 01:06:07 UTC ++++ modules/core/src/tools/file/vpIoTools.cpp +@@ -85,7 +85,7 @@ + + // Detect endianness of the host machine + // Reference: http://www.boost.org/doc/libs/1_36_0/boost/detail/endian.hpp +-#if defined(__GLIBC__) || (defined(__GNUC__) && !defined(__llvm__) && !defined(__MINGW32__) && defined(__BYTE_ORDER__)) ++#if defined(__GLIBC__) || (defined(__GNUC__) && !defined(__llvm__) && !defined(__MINGW32__) && defined(__BYTE_ORDER__) && defined(__linux__)) + #include + #if (__BYTE_ORDER == __LITTLE_ENDIAN) + #define VISP_LITTLE_ENDIAN Property changes on: head/misc/visp/files/patch-modules_core_src_tools_file_vpIoTools.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property