1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net/tayga: Exclude from builds on i386

Reason: 64-bit time_t is required

Approved by:   db@, yuri@ (Mentors, implicit)
This commit is contained in:
Älven
2026-01-26 20:44:53 +04:00
parent 51e7a8aa4a
commit dfb777ac80
+3
View File
@@ -9,6 +9,9 @@ WWW= https://github.com/apalrd/tayga/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= 64-bit time_t is required
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= apalrd