aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-15 00:53:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-15 00:53:12 +0000
commit38a90aacfe48c53e802017d4110501dcdfef1df9 (patch)
treee7552b44878e7cab2ebd628ff08a8a4ae59abe48 /emulators
parentba9aa458ef58af03d96d5de9bd0f050ddee94478 (diff)
downloadports-38a90aacfe48c53e802017d4110501dcdfef1df9.tar.gz
ports-38a90aacfe48c53e802017d4110501dcdfef1df9.zip
MFH: r490327
emulators/citra: unbreak on i386 after r490096 In file included from teakra/src/test_generator.cpp:10: teakra/src/./test.h:37:1: fatal error: static_assert failed static_assert(sizeof(TestCase) == 4312); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2019Q1/; revision=490332
Diffstat (limited to 'emulators')
-rw-r--r--emulators/citra/files/patch-externals_teakra_src_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/citra/files/patch-externals_teakra_src_test.h b/emulators/citra/files/patch-externals_teakra_src_test.h
new file mode 100644
index 000000000000..96ceb0b0b4af
--- /dev/null
+++ b/emulators/citra/files/patch-externals_teakra_src_test.h
@@ -0,0 +1,13 @@
+https://github.com/wwylele/teakra/pull/35
+
+--- externals/teakra/src/test.h.orig 2018-12-21 16:34:51 UTC
++++ externals/teakra/src/test.h
+@@ -31,7 +31,7 @@ static_assert(std::is_trivially_copyable_v<State>);
+
+ struct TestCase {
+ State before, after;
+- u16 opcode, expand;
++ u16 opcode, expand, unused;
+ };
+
+ static_assert(sizeof(TestCase) == 4312);