aboutsummaryrefslogtreecommitdiff
path: root/emulators/dolphin-emu
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-29 22:53:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-29 22:53:33 +0000
commita78ecf00914a4e14ea81992765efb5ba9c8128ee (patch)
tree33f92d9090a927949e4c5faf86d1f4a3fee6cc03 /emulators/dolphin-emu
parentaca7bee052a7b2d3f91ac55ba41787f43488c6a3 (diff)
downloadports-a78ecf00914a4e14ea81992765efb5ba9c8128ee.tar.gz
ports-a78ecf00914a4e14ea81992765efb5ba9c8128ee.zip
Mark as broken on aarch64:
Source/Core/Common/ArmCPUDetect.cpp:5:10: fatal error: 'asm/hwcap.h' file not found Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497219
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r--emulators/dolphin-emu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 221e13394ba5..ce18321db910 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -12,6 +12,8 @@ COMMENT= Gamecube and Wii Emulator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
+BROKEN_aarch64= fails to build: Source/Core/Common/ArmCPUDetect.cpp:5:10: fatal error: 'asm/hwcap.h' file not found
+
# Notes on dependencies:
# - alsa support disabled (not optimal)
# - enet and soundtouch come from Externals/ as Dolphin's versions diverge