svn commit: r555219 - head/graphics/urho3d

Mikael Urankar mikael at FreeBSD.org
Sun Nov 15 13:59:41 UTC 2020


Author: mikael
Date: Sun Nov 15 13:59:41 2020
New Revision: 555219
URL: https://svnweb.freebsd.org/changeset/ports/555219

Log:
  graphics/urho3d: mark as broken on aarch64
  
  Reported by:	linimon
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/urho3d/Makefile

Modified: head/graphics/urho3d/Makefile
==============================================================================
--- head/graphics/urho3d/Makefile	Sun Nov 15 13:51:27 2020	(r555218)
+++ head/graphics/urho3d/Makefile	Sun Nov 15 13:59:41 2020	(r555219)
@@ -10,6 +10,8 @@ COMMENT=	Cross-platform 2D and 3D game engine
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to build: fatal error: 'LibCpuId/libcpuid.h' file not found
+
 USES=		cmake:noninja,insource dos2unix gl xorg
 USE_GITHUB=	yes
 USE_XORG=	x11 xext


More information about the svn-ports-head mailing list