diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-21 13:11:38 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-21 13:14:52 -0800 |
commit | 9aafd9b21e1deed81ea4e20c833f774db3c49f91 (patch) | |
tree | 8595785253de6cee57d4d48920b74db03ada53c9 /misc | |
parent | 77daef4b2a77ace7d0348d3eed3a0f20322e5474 (diff) | |
download | freebsd-ports-9aafd9b21e1deed81ea4e20c833f774db3c49f91.zip |
misc/tenere: Broken on i386
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tenere/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |