pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent-rasterbar



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 23 08:34:39 UTC 2021

Modified Files:
        pkgsrc/net/libtorrent-rasterbar: Makefile

Log Message:
libtorrent-rasterbar: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/libtorrent-rasterbar/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-rasterbar/Makefile
diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.19 pkgsrc/net/libtorrent-rasterbar/Makefile:1.20
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.19       Mon Jun  7 09:13:03 2021
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Wed Jun 23 08:34:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/06/07 09:13:03 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/23 08:34:39 nia Exp $
 
 DISTNAME=      libtorrent-rasterbar-1.2.14
 CATEGORIES=    net
@@ -25,4 +25,5 @@ post-install:
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index