Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 05:54:09 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c42c5e7c654 - main - misc/cuttlefish: Broken on i386
Message-ID:  <202308170554.37H5s99X079421@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c42c5e7c654a3c80649241a0c34ad1b0a86c049

commit 6c42c5e7c654a3c80649241a0c34ad1b0a86c049
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-17 05:53:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-17 05:53:42 +0000

    misc/cuttlefish: Broken on i386
    
    Reported by:    fallout
---
 misc/cuttlefish/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/cuttlefish/Makefile b/misc/cuttlefish/Makefile
index a207e412f54a..8c94264e8cc6 100644
--- a/misc/cuttlefish/Makefile
+++ b/misc/cuttlefish/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/akb825/Cuttlefish
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	compilation fails: error: '__builtin_ia32_roundss' needs target feature sse4.1
+
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 TEST_DEPENDS=	ispc:devel/ispc
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308170554.37H5s99X079421>