pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mimalloc



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul 21 08:25:51 UTC 2023

Modified Files:
        pkgsrc/devel/mimalloc: Makefile

Log Message:
mimalloc: Requires a C11 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/mimalloc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/mimalloc/Makefile
diff -u pkgsrc/devel/mimalloc/Makefile:1.9 pkgsrc/devel/mimalloc/Makefile:1.10
--- pkgsrc/devel/mimalloc/Makefile:1.9  Mon Jan  9 17:13:43 2023
+++ pkgsrc/devel/mimalloc/Makefile      Fri Jul 21 08:25:51 2023
@@ -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:



Home | Main Index | Thread Index | Old Index