Received: by mail.netbsd.org (Postfix, from userid 605) id 52BE384D58; Sat, 17 Dec 2022 14:25:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81C1E84D57 for ; Sat, 17 Dec 2022 14:25:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ws34RH0qdgc7 for ; Sat, 17 Dec 2022 14:25:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14A4784D00 for ; Sat, 17 Dec 2022 14:25:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 074D0FA90; Sat, 17 Dec 2022 14:25:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167128712183650" MIME-Version: 1.0 Date: Sat, 17 Dec 2022 14:25:21 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/nng To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20221217142521.074D0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167128712183650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_167128712183650 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_167128712183650--