Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 21:14:55 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: 9aafd9b21e1d - main - misc/tenere: Broken on i386
Message-ID:  <202402212114.41LLEtJ0070983@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=9aafd9b21e1deed81ea4e20c833f774db3c49f91

commit 9aafd9b21e1deed81ea4e20c833f774db3c49f91
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-21 21:11:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-21 21:14:52 +0000

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

diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile
index 8ca7ac1d931c..b85fc6f929fc 100644
--- a/misc/tenere/Makefile
+++ b/misc/tenere/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/pythops/tenere
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
+
 LIB_DEPENDS=	libonig.so:devel/oniguruma
 
 USES=		cargo



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