pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Jul 21 18:01:29 UTC 2025

Modified Files:
        pkgsrc/net/libtorrent: Makefile

Log Message:
net/libtorrent: use mk/atomic64.mk, as that's evidently needed (found on ppc).


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/libtorrent/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libtorrent/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.70 pkgsrc/net/libtorrent/Makefile:1.71
--- pkgsrc/net/libtorrent/Makefile:1.70 Mon Jun 30 20:07:42 2025
+++ pkgsrc/net/libtorrent/Makefile      Mon Jul 21 18:01:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2025/06/30 20:07:42 adam Exp $
+# $NetBSD: Makefile,v 1.71 2025/07/21 18:01:29 he Exp $
 
 DISTNAME=      libtorrent-0.15.5
 CATEGORIES=    net
@@ -55,4 +55,5 @@ pre-configure:
        set -e; cd ${WRKSRC} && autoreconf -fi
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index