summaryrefslogtreecommitdiff
path: root/comms/iceoryx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/iceoryx/Makefile')
-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