summaryrefslogtreecommitdiff
path: root/comms/iceoryx
diff options
context:
space:
mode:
authorFlorian Limberger <flo@purplekraken.com>2022-08-01 20:37:11 +0300
committerGleb Popov <arrowd@FreeBSD.org>2022-08-01 20:41:44 +0300
commit99055a8c8fe702e84288a838c9ecfa71e24459b7 (patch)
tree26f688da8dd048763f746538a138e9cc8bdbf0ad /comms/iceoryx
parentcomms/cyclonedds: + Eclipse Cyclone DDS middleware (diff)
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
Diffstat (limited to 'comms/iceoryx')
-rw-r--r--comms/iceoryx/Makefile3
1 files changed, 3 insertions, 0 deletions
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