pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nng



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Dec 17 14:25:20 UTC 2022

Modified Files:
        pkgsrc/net/nng: Makefile

Log Message:
net/nng: add use of mk/atomic64.mk, since it's needed.

Fixes build issue on NetBSD/macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nng/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/nng/Makefile
diff -u pkgsrc/net/nng/Makefile:1.2 pkgsrc/net/nng/Makefile:1.3
--- pkgsrc/net/nng/Makefile:1.2 Wed Jul 21 14:40:30 2021
+++ pkgsrc/net/nng/Makefile     Sat Dec 17 14:25:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/07/21 14:40:30 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/17 14:25:20 he Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       ${GITHUB_PROJECT}-1.4.0
@@ -18,4 +18,5 @@ USE_LANGUAGES=        c99 c++
 
 .include "options.mk"
 
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index