cad/opencascade: fix build on 32-bit architectures other than i386

This commit is contained in:
Piotr Kubaj
2021-09-27 12:22:32 +00:00
parent 96d32d8118
commit 25f4f3f594

View File

@@ -99,7 +99,7 @@ DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/MathJax.js:www/mathjax
.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == mips || ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == "i386"
BITS= 32
.else
BITS= 64