svn commit: r497219 - head/emulators/dolphin-emu

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 22:53:35 UTC 2019


Author: linimon
Date: Fri Mar 29 22:53:33 2019
New Revision: 497219
URL: https://svnweb.freebsd.org/changeset/ports/497219

Log:
  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)

Modified:
  head/emulators/dolphin-emu/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Fri Mar 29 22:49:25 2019	(r497218)
+++ head/emulators/dolphin-emu/Makefile	Fri Mar 29 22:53:33 2019	(r497219)
@@ -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


More information about the svn-ports-all mailing list