emulators/rpcs3: unbreak build on aarch64 after ee309cdf6c
Utilities/Thread.cpp:1799:48: error: comparison of integers of different signs: 'uptr' (aka 'unsigned long') and '__register_t' (aka 'long') [-Werror,-Wsign-compare] const bool is_executing = uptr(info->si_addr) == RIP(context); ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ Reported by: pkg-fallout
This commit is contained in:
parent
423187f702
commit
9f3b835b59
@ -4,6 +4,9 @@ DISTVERSION= 0.0.26-14584 # git rev-list --count HEAD
|
||||
DISTVERSIONSUFFIX= -gc3c2bb7ad8
|
||||
CATEGORIES= emulators wayland
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= b0ee533b3216.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/13257
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= PS3 emulator/debugger
|
||||
WWW= https://rpcs3.net/
|
||||
|
@ -23,5 +23,7 @@ SHA256 (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = c34b74b5f689fac7becb05583b04
|
||||
SIZE (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = 18814382
|
||||
SHA256 (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 09c50d558bd975c41157364421820228df66632802a4a6a7c9c17f86a7340802
|
||||
SIZE (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 147290251
|
||||
SHA256 (b0ee533b3216.patch) = 74e0c849a404397b77cde8c8f6897955783482a8a0d0aad6320b2a17d79fa3ea
|
||||
SIZE (b0ee533b3216.patch) = 1266
|
||||
SHA256 (25b09e565729.patch) = f8f1e1f759c515e5ffcb3d59a0d0872e0d70a747da23e29c6e1bed4826927150
|
||||
SIZE (25b09e565729.patch) = 98323
|
||||
|
Loading…
Reference in New Issue
Block a user