Index: head/emulators/mupen64plus-video-glide64/files/patch-src_Util.h =================================================================== --- head/emulators/mupen64plus-video-glide64/files/patch-src_Util.h (nonexistent) +++ head/emulators/mupen64plus-video-glide64/files/patch-src_Util.h (revision 390424) @@ -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 ++#elif defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64)) + #include + #define bswap32(x) _byteswap_ulong(x) + #else Property changes on: head/emulators/mupen64plus-video-glide64/files/patch-src_Util.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