mimalloc: Requires a C11 compiler.

This commit is contained in:
nia 2023-07-21 08:25:51 +00:00
parent 76964d67a4
commit b7e5908712

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2023/01/09 17:13:43 fcambus Exp $
# $NetBSD: Makefile,v 1.10 2023/07/21 08:25:51 nia Exp $
DISTNAME= mimalloc-2.0.9
CATEGORIES= devel
@ -15,6 +15,9 @@ USE_LANGUAGES= c c++
CMAKE_ARGS+= -DMI_INSTALL_TOPLEVEL=ON
# Requires stdatomic support.
USE_CC_FEATURES+= c11
INSTALLATION_DIRS+= lib/cmake/mimalloc
post-install: