svn commit: r563442 - head/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Sun Jan 31 01:17:39 UTC 2021


Author: jbeich
Date: Sun Jan 31 01:17:38 2021
New Revision: 563442
URL: https://svnweb.freebsd.org/changeset/ports/563442

Log:
  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:
  head/graphics/colmap/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Sun Jan 31 00:42:38 2021	(r563441)
+++ head/graphics/colmap/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
@@ -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


More information about the svn-ports-all mailing list