diff options
Diffstat (limited to 'emulators/mupen64plus-video-glide64/files/patch-src_Util.h')
-rw-r--r-- | emulators/mupen64plus-video-glide64/files/patch-src_Util.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/mupen64plus-video-glide64/files/patch-src_Util.h b/emulators/mupen64plus-video-glide64/files/patch-src_Util.h new file mode 100644 index 000000000000..08be86b3433e --- /dev/null +++ b/emulators/mupen64plus-video-glide64/files/patch-src_Util.h @@ -0,0 +1,13 @@ +--- mupen64plus-video-glide64/src/Util.h.orig 2015-06-19 14:41:15 UTC ++++ mupen64plus-video-glide64/src/Util.h +@@ -93,7 +93,9 @@ void fix_tex_coord (VERTEX **v); + lx = lc; \ + } + +-#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64)) ++#if defined(__FreeBSD__) ++ #include <sys/endian.h> ++#elif defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64)) + #include <stdlib.h> + #define bswap32(x) _byteswap_ulong(x) + #else |