MFH: r563442

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:18:25 +00:00
parent 62bac6b1d5
commit e7cd7fec2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563444

View File

@ -48,8 +48,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