Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2022 19:42:43 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1aeb6b9461f - main - devel/libcuckoo: Add NO_ARCH, the library is header-only.
Message-ID:  <202202271942.21RJghwJ080208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202271942.21RJghwJ080208>