summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/colmap/Makefile2
-rw-r--r--graphics/waifu2x-ncnn-vulkan/Makefile2
-rw-r--r--math/ceres-solver/Makefile2
-rw-r--r--math/suitesparse/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index 0f12485a9acd..137527e3f577 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -53,7 +53,7 @@ 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
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP_VARS= OPENMP=gcc-
.endif
diff --git a/graphics/waifu2x-ncnn-vulkan/Makefile b/graphics/waifu2x-ncnn-vulkan/Makefile
index e04c78dd7397..21c425d91af3 100644
--- a/graphics/waifu2x-ncnn-vulkan/Makefile
+++ b/graphics/waifu2x-ncnn-vulkan/Makefile
@@ -24,7 +24,7 @@ PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
.if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP= gcc-
.endif
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index e74ac26ddb29..eb9cc8d6892a 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -53,7 +53,7 @@ GFLAGS_CMAKE_BOOL= GFLAGS
OPENMP_USES= compiler:openmp
OPENMP_CMAKE_BOOL= OPENMP
.if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP_VARS= OPENMP=gcc-
.endif
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 4845879dc800..2d5d09a676a7 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -48,7 +48,7 @@ OPENBLAS_USES= blaslapack:openblas
OPENMP_USES= compiler:openmp
OPENMP_MAKE_ENV_OFF= CFOPENMP=
.if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP_VARS= OPENMP=gcc-
.endif