git: dbd447ebfc0e - 2024Q4 - net-p2p/pulsar-client-cpp: Only for i386 amd64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 10 Nov 2024 17:23:03 UTC
The branch 2024Q4 has been updated by yuri:

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

commit dbd447ebfc0e818ca7f351b4c9f31d80f94e7dc7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-10 06:55:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-10 17:23:01 +0000

    net-p2p/pulsar-client-cpp: Only for i386 amd64
    
    Reported by:    fallout
    
    (cherry picked from commit 771a98d9232b32e15dbd09c065be51f6d7a6b9ac)
---
 net-p2p/pulsar-client-cpp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index a754983a2386..4f28c4cb1e8a 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -10,6 +10,7 @@ WWW=		https://pulsar.apache.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	i386 amd64 # due to requrement of instruction sets crc32, pclmul
 BROKEN_i386=	compilation fails due to overflow, see https://github.com/apache/pulsar-client-cpp/issues/449
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs