svn commit: r515192 - head/devel/mimalloc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 22 13:19:07 UTC 2019


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


More information about the svn-ports-head mailing list