aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/colmap/Makefile')
-rw-r--r--graphics/colmap/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index 8b514621d22e..1346b9cc5f1e 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -49,8 +49,7 @@ DOCS_PORTDOCS= *
OPENMP_USES= compiler:openmp
OPENMP_CMAKE_BOOL= OPENMP_ENABLED
-.if ${MACHINE_ARCH} == i386 || !exists(/usr/include/omp.h)
-# XXX base/230888 via #pragma omp atomic
+.if !exists(/usr/include/omp.h)
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP_VARS= OPENMP=gcc-
.endif