pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/iperf3



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Apr  3 18:07:11 UTC 2024

Modified Files:
        pkgsrc/net/iperf3: Makefile

Log Message:
net/iperf3: Needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/iperf3/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/iperf3/Makefile
diff -u pkgsrc/net/iperf3/Makefile:1.19 pkgsrc/net/iperf3/Makefile:1.20
--- pkgsrc/net/iperf3/Makefile:1.19     Sun Jan 28 07:17:17 2024
+++ pkgsrc/net/iperf3/Makefile  Wed Apr  3 18:07:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/01/28 07:17:17 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/04/03 18:07:10 gdt Exp $
 
 DISTNAME=      iperf-3.16
 PKGNAME=       ${DISTNAME:S/iperf/iperf3/}
@@ -19,5 +19,6 @@ TEST_TARGET=          check
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
+.include "../../mk/atomic64.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index