From 99055a8c8fe702e84288a838c9ecfa71e24459b7 Mon Sep 17 00:00:00 2001 From: Florian Limberger Date: Mon, 1 Aug 2022 20:37:11 +0300 Subject: comms/iceoryx: Disable on non-64-bit platforms. Summary: Upstream supports only 64-bit hardware. Test Plan: * portlint: OK * portclippy: OK Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D36008 --- comms/iceoryx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'comms/iceoryx') diff --git a/comms/iceoryx/Makefile b/comms/iceoryx/Makefile index b5a404da5f8d..c38cb86c327c 100644 --- a/comms/iceoryx/Makefile +++ b/comms/iceoryx/Makefile @@ -9,6 +9,9 @@ COMMENT= True zero-copy inter-process communication LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= upstream supports only 64-bit hardware + BUILD_DEPENDS= cpptoml>=0.1.1:textproc/cpptoml USES= cmake -- cgit v1.2.3