pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/capnproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 20 09:34:54 UTC 2025

Modified Files:
        pkgsrc/devel/capnproto: Makefile

Log Message:
capnproto: add atomic64.mk

in the hope it fixes the i386 build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/capnproto/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/capnproto/Makefile
diff -u pkgsrc/devel/capnproto/Makefile:1.8 pkgsrc/devel/capnproto/Makefile:1.9
--- pkgsrc/devel/capnproto/Makefile:1.8 Fri Feb  7 13:19:30 2025
+++ pkgsrc/devel/capnproto/Makefile     Sun Jul 20 09:34:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/02/07 13:19:30 riastradh Exp $
+# $NetBSD: Makefile,v 1.9 2025/07/20 09:34:54 wiz Exp $
 
 DISTNAME=      capnproto-c++-1.1.0
 PKGNAME=       ${DISTNAME:S/-c++-/-/}
@@ -43,4 +43,5 @@ PKGCONFIG_OVERRIDE+=  pkgconfig/kj.pc.in
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index