diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-05-10 23:58:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-05-10 23:58:22 +0000 |
commit | 1f5d0426d7041e86efb8475d5e1b6259b106a436 (patch) | |
tree | 52aedad4c543a1684736a410242a60fcad23c55c /emulators/rpcs3 | |
parent | 1aa3a917cb5c4deeae3e4c4f88f9dd7a57557144 (diff) | |
download | ports-1f5d0426d7041e86efb8475d5e1b6259b106a436.tar.gz ports-1f5d0426d7041e86efb8475d5e1b6259b106a436.zip |
Notes
Diffstat (limited to 'emulators/rpcs3')
-rw-r--r-- | emulators/rpcs3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 0fedb438f4ce..06b80aaa4af2 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -60,6 +60,7 @@ EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) GDB_CMAKE_BOOL= WITH_GDB +GDB_BROKEN= https://github.com/RPCS3/rpcs3/issues/5946 LLVM_DESC= LLVM-based PPU recompiler LLVM_CMAKE_BOOL_OFF= WITHOUT_LLVM |