git: 9aafd9b21e1d - main - misc/tenere: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 21:14:55 UTC
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