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: he
Date: Sun Sep 18 14:54:39 UTC 2022
Modified Files:
pkgsrc/devel/mimalloc: Makefile
Log Message:
devel/mimalloc: use mk/atomic64.mk since this uses 8-byte atomics.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/mimalloc/Makefile:1.8
--- pkgsrc/devel/mimalloc/Makefile:1.7 Mon Jun 27 15:29:14 2022
+++ pkgsrc/devel/mimalloc/Makefile Sun Sep 18 14:54:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/27 15:29:14 fcambus Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/18 14:54:39 he Exp $
DISTNAME= mimalloc-2.0.6
CATEGORIES= devel
@@ -20,4 +20,5 @@ INSTALLATION_DIRS+= lib/cmake/mimalloc
post-install:
${RM} -f ${DESTDIR}${PREFIX}/lib/mimalloc.o
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index