svn commit: r389890 - head/emulators/mupen64plus-video-glide64mk2/files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Wed Jun 17 00:02:56 UTC 2015
Author: acm
Date: Wed Jun 17 00:02:55 2015
New Revision: 389890
URL: https://svnweb.freebsd.org/changeset/ports/389890
Log:
- Fix build
Deleted:
head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-GlideHQ_TxDbg.cpp
Modified:
head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h
Modified: head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h
==============================================================================
--- head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h Tue Jun 16 23:48:57 2015 (r389889)
+++ head/emulators/mupen64plus-video-glide64mk2/files/patch-source-mupen64plus-video-glide64mk2-src-Glide64_Util.h Wed Jun 17 00:02:55 2015 (r389890)
@@ -1,22 +1,6 @@
---- source/mupen64plus-video-glide64mk2/src/Glide64/Util.h.orig 2013-07-03 20:28:17.000000000 -0400
-+++ source/mupen64plus-video-glide64mk2/src/Glide64/Util.h 2014-09-01 12:32:50.282026994 -0400
-@@ -40,6 +40,8 @@
- #ifndef Util_H
- #define Util_H
-
-+#include <sys/endian.h>
-+
- #define NOT_TMU0 0x00
- #define NOT_TMU1 0x01
- #define NOT_TMU2 0x02
-@@ -90,12 +92,11 @@
- lx = lc; \
- }
-
--#if defined(__GNUC__)
-- #define bswap32(x) __builtin_bswap32(x)
--#elif defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64))
-+#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64))
+--- source/mupen64plus-video-glide64mk2/src/Glide64/Util.h 2015-06-12 20:48:15.000000000 -0500
++++ source/mupen64plus-video-glide64mk2/src/Glide64/Util.h 2015-06-12 20:48:41.000000000 -0500
+@@ -94,6 +94,7 @@
#include <stdlib.h>
#define bswap32(x) _byteswap_ulong(x)
#else
@@ -24,7 +8,7 @@
static inline uint32_t bswap32(uint32_t val)
{
return (((val & 0xff000000) >> 24) |
-@@ -104,6 +105,7 @@
+@@ -102,6 +103,7 @@
((val & 0x000000ff) << 24));
}
#endif
More information about the svn-ports-all
mailing list