pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mimalloc devel/mimalloc: use mk/atomic64.mk sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/189e1c2baf9b
branches:  trunk
changeset: 385526:189e1c2baf9b
user:      he <he%pkgsrc.org@localhost>
date:      Sun Sep 18 14:54:39 2022 +0000

description:
devel/mimalloc: use mk/atomic64.mk since this uses 8-byte atomics.

diffstat:

 devel/mimalloc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b034d91408cd -r 189e1c2baf9b devel/mimalloc/Makefile
--- a/devel/mimalloc/Makefile   Sun Sep 18 14:51:23 2022 +0000
+++ b/devel/mimalloc/Makefile   Sun Sep 18 14:54:39 2022 +0000
@@ -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 @@
 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