graphics/colmap: unbreak on FreeBSD >= 13 i386

cc1plus: out of memory allocating 65536 bytes after a total of 0 bytes

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich
2021-01-31 01:17:38 +00:00
parent 49207c0d1d
commit da3c4ca123

View File

@@ -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