Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 01:17:39 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563442 - head/graphics/colmap
Message-ID:  <202101310117.10V1HdpT070747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310117.10V1HdpT070747>