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
This commit is contained in:
Florian Limberger 2022-08-01 20:37:11 +03:00 committed by Gleb Popov
parent f71e44bc77
commit 99055a8c8f

View File

@ -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