git: d1aeb6b9461f - main - devel/libcuckoo: Add NO_ARCH, the library is header-only.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sun, 27 Feb 2022 19:42:43 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d1aeb6b9461f54d38083f7a4b26d159e1c7471d2

commit d1aeb6b9461f54d38083f7a4b26d159e1c7471d2
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-02-27 19:41:59 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-02-27 19:41:59 +0000

    devel/libcuckoo: Add NO_ARCH, the library is header-only.
---
 devel/libcuckoo/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libcuckoo/Makefile b/devel/libcuckoo/Makefile
index 34c702a6511c..2ace21ba32be 100644
--- a/devel/libcuckoo/Makefile
+++ b/devel/libcuckoo/Makefile
@@ -14,6 +14,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	efficient
 GH_TAGNAME=	v${PORTVERSION}
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=		TEST
 
 TEST_CMAKE_BOOL=	BUILD_TESTS BUILD_STRESS_TESTS BUILD_UNIT_TESTS