pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libthrift devel/libthrift: use mk/atomic64.mk si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1aae0962b64
branches:  trunk
changeset: 385486:c1aae0962b64
user:      he <he%pkgsrc.org@localhost>
date:      Sun Sep 18 11:45:47 2022 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 0b541038d597 -r c1aae0962b64 devel/libthrift/Makefile
--- a/devel/libthrift/Makefile  Sun Sep 18 11:44:02 2022 +0000
+++ b/devel/libthrift/Makefile  Sun Sep 18 11:45:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2022/06/28 11:31:47 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2022/09/18 11:45:47 he Exp $
 
 PKGREVISION= 2
 .include "../../devel/thrift/Makefile.common"
@@ -18,6 +18,7 @@
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift-z.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift.pc.in
 
+.include "../../mk/atomic64.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"



Home | Main Index | Thread Index | Old Index