From 3e1b3803660b5aba548c3820eded84705945aaf4 Mon Sep 17 00:00:00 2001 From: Marek Zarychta Date: Sun, 18 Aug 2024 15:06:44 +0300 Subject: [PATCH] net-mgmt/ipfixcol2: mark this port as suitable only for amd64 PR: 280850 Tested by: fuz Fixes: f31a65e8b225 (mark this port as suitable only for few architectures, improve port) --- net-mgmt/ipfixcol2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/ipfixcol2/Makefile b/net-mgmt/ipfixcol2/Makefile index 20b984e8ef7b..59aca4ede7a7 100644 --- a/net-mgmt/ipfixcol2/Makefile +++ b/net-mgmt/ipfixcol2/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/CESNET/ipfixcol2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv7 +ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Require SSE2 and static_assert(sizeof(uint64_t) == sizeof(time_t), "Assumed that time_t is uint64_t, but it's not") BUILD_DEPENDS= rst2man:textproc/py-docutils