Date: Sat, 16 Jan 2021 03:25:51 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561706 - head/graphics/urho3d Message-ID: <202101160325.10G3Pp69097025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101160325.10G3Pp69097025>