pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/transmission
Module Name: pkgsrc
Committed By: nia
Date: Sat Feb 17 21:13:31 UTC 2024
Modified Files:
pkgsrc/net/transmission: Makefile.common
Log Message:
transmission: Requires 64-bit atomics
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/transmission/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/transmission/Makefile.common
diff -u pkgsrc/net/transmission/Makefile.common:1.20 pkgsrc/net/transmission/Makefile.common:1.21
--- pkgsrc/net/transmission/Makefile.common:1.20 Thu Feb 1 14:11:04 2024
+++ pkgsrc/net/transmission/Makefile.common Sat Feb 17 21:13:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2024/02/01 14:11:04 dogcow Exp $
+# $NetBSD: Makefile.common,v 1.21 2024/02/17 21:13:31 nia Exp $
#
# used by net/transmission-common/Makefile
# used by net/transmission-gtk/Makefile
@@ -39,4 +39,5 @@ BUILDLINK_API_DEPENDS.libevent+= libeven
.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../www/libpsl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index