Index: sysutils/afflib/files/patch-lib_qemu_bswap.h =================================================================== --- sysutils/afflib/files/patch-lib_qemu_bswap.h (nonexistent) +++ sysutils/afflib/files/patch-lib_qemu_bswap.h (working copy) @@ -0,0 +1,20 @@ +--- lib/qemu/bswap.h.orig 2014-11-08 06:32:35 UTC ++++ lib/qemu/bswap.h +@@ -5,6 +5,9 @@ + + #include + ++#ifdef __FreeBSD__ ++#include ++#else + #ifdef HAVE_BYTESWAP_H + #include + #else +@@ -57,6 +60,7 @@ static inline uint64_t bswap64(uint64_t + { + return bswap_64(x); + } ++#endif + + static inline void bswap16s(uint16_t *s) + { Property changes on: sysutils/afflib/files/patch-lib_qemu_bswap.h ___________________________________________________________________ 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