svn commit: r563444 - branches/2021Q1/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Sun Jan 31 01:18:25 UTC 2021


Author: jbeich
Date: Sun Jan 31 01:18:25 2021
New Revision: 563444
URL: https://svnweb.freebsd.org/changeset/ports/563444

Log:
  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

Modified:
  branches/2021Q1/graphics/colmap/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/colmap/Makefile
==============================================================================
--- branches/2021Q1/graphics/colmap/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
+++ branches/2021Q1/graphics/colmap/Makefile	Sun Jan 31 01:18:25 2021	(r563444)
@@ -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


More information about the svn-ports-branches mailing list