svn commit: r561706 - head/graphics/urho3d

Romain Tartière romain at FreeBSD.org
Sat Jan 16 03:25:52 UTC 2021


Author: romain
Date: Sat Jan 16 03:25:51 2021
New Revision: 561706
URL: https://svnweb.freebsd.org/changeset/ports/561706

Log:
  Mark as broken on i386

Modified:
  head/graphics/urho3d/Makefile

Modified: head/graphics/urho3d/Makefile
==============================================================================
--- head/graphics/urho3d/Makefile	Sat Jan 16 02:18:21 2021	(r561705)
+++ head/graphics/urho3d/Makefile	Sat Jan 16 03:25:51 2021	(r561706)
@@ -11,6 +11,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	fails to build: fatal error: 'LibCpuId/libcpuid.h' file not found
+BROKEN_i386=	fails to build: error: typedef redefinition with different types
 BROKEN_riscv64=	fails to build: invokes x86 assembler
 
 USES=		cmake:noninja,insource dos2unix gl xorg


More information about the svn-ports-head mailing list