freebsd-ports/textproc/exempi/files/patch-source_common_EndianUtils.hpp
Joe Marcus Clarke 28f0270988 Update to 2.1.0.
2009-03-03 05:05:54 +00:00

11 lines
363 B
C++

--- source/common/EndianUtils.hpp.orig 2008-07-08 15:22:01.000000000 -0500
+++ source/common/EndianUtils.hpp 2008-07-08 15:22:35.000000000 -0500
@@ -57,7 +57,7 @@
# define kBigEndianHost 1
# endif
# else
-# include <endian.h>
+# include <machine/endian.h>
# if BYTE_ORDER == BIG_ENDIAN
# define kBigEndianHost 1
# elif BYTE_ORDER == LITTLE_ENDIAN