pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ntopng



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct  1 10:24:59 UTC 2024

Modified Files:
        pkgsrc/net/ntopng: Makefile

Log Message:
ntopng: needs __atomic_load_8


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/ntopng/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/ntopng/Makefile
diff -u pkgsrc/net/ntopng/Makefile:1.72 pkgsrc/net/ntopng/Makefile:1.73
--- pkgsrc/net/ntopng/Makefile:1.72     Fri Aug 23 17:55:09 2024
+++ pkgsrc/net/ntopng/Makefile  Tue Oct  1 10:24:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2024/08/23 17:55:09 adam Exp $
+# $NetBSD: Makefile,v 1.73 2024/10/01 10:24:59 nia Exp $
 
 DISTNAME=      ntopng-6.2
 CATEGORIES=    net
@@ -82,6 +82,7 @@ post-install:
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/mysql.buildlink3.mk"



Home | Main Index | Thread Index | Old Index