Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 13:19:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515192 - head/devel/mimalloc
Message-ID:  <201910221319.x9MDJ6C5052298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct 22 13:19:06 2019
New Revision: 515192
URL: https://svnweb.freebsd.org/changeset/ports/515192

Log:
  devel/mimalloc: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-invalid-memory-model"
  
  Approved by:    mentors (implicit approval)

Modified:
  head/devel/mimalloc/Makefile

Modified: head/devel/mimalloc/Makefile
==============================================================================
--- head/devel/mimalloc/Makefile	Tue Oct 22 12:28:27 2019	(r515191)
+++ head/devel/mimalloc/Makefile	Tue Oct 22 13:19:06 2019	(r515192)
@@ -13,7 +13,7 @@ COMMENT=	General-purpose allocator with excellent perf
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake compiler:c11
 
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



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