emulators/rpcs3: work around crashes on -CURRENT

RPCS3: PPU[0x1000000] Thread (main_thread) [0x0001d4f8]: SIG: Thread terminated due to fatal error: Segfault writing location 00002b1104240080 at 000000081b67b4ea.
Emu Thread Name: 'PPU[0x1000000] main_thread'.
This commit is contained in:
Jan Beich 2021-11-18 01:09:44 +00:00
parent fd6ba7e8d0
commit 49f593b2f7

View File

@ -73,6 +73,11 @@ post-patch:
-e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \
${WRKSRC}/${PORTNAME}/git-version.cmake
post-install:
.if exists(/usr/bin/elfctl)
elfctl -e +noaslr ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.endif
.include <bsd.port.pre.mk>
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)