pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Sep 18 11:45:47 UTC 2022

Modified Files:
        pkgsrc/devel/libthrift: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/libthrift/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/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.92 pkgsrc/devel/libthrift/Makefile:1.93
--- pkgsrc/devel/libthrift/Makefile:1.92        Tue Jun 28 11:31:47 2022
+++ pkgsrc/devel/libthrift/Makefile     Sun Sep 18 11:45:47 2022
@@ -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-nb.pc
 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