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:
parent
f71e44bc77
commit
99055a8c8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user