aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-01-31 01:17:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-01-31 01:17:38 +0000
commitda3c4ca1233c12737fda82d7249ffb05a886fa97 (patch)
treeeeeeb05f4080e01b56fdd6b86fefb6a611d1a7ef /graphics/colmap
parent49207c0d1d135f0047d679c0402f78e9a8333bb8 (diff)
downloadports-da3c4ca1233c12737fda82d7249ffb05a886fa97.tar.gz
ports-da3c4ca1233c12737fda82d7249ffb05a886fa97.zip
graphics/colmap: unbreak on FreeBSD >= 13 i386
cc1plus: out of memory allocating 65536 bytes after a total of 0 bytes Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=563442
Diffstat (limited to 'graphics/colmap')
-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