Date: Fri, 29 Mar 2019 22:53:34 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497219 - head/emulators/dolphin-emu Message-ID: <201903292253.x2TMrYwc024116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903292253.x2TMrYwc024116>