aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-27 12:22:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-27 12:22:32 +0000
commit25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1 (patch)
tree908cdf2678de0e9b6ac822e78f6324852da41818 /cad
parent96d32d811873af3c99e0e6380de7f6dba3603399 (diff)
downloadports-25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1.tar.gz
ports-25f4f3f594b7b8b1c4e7eff25dc27e04d4b8dce1.zip
cad/opencascade: fix build on 32-bit architectures other than i386
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 3ff291a6a28c..1b7bab2fa2c5 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -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