Received: by mail.netbsd.org (Postfix, from userid 605) id 8B81C84F17; Thu, 22 Dec 2022 14:47:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A501D84D8A for ; Thu, 22 Dec 2022 14:47:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9RPXnMnQCQtf for ; Thu, 22 Dec 2022 14:47:26 +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 AF2C984C86 for ; Thu, 22 Dec 2022 14:47:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A87E4FA90; Thu, 22 Dec 2022 14:47:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167172044693390" MIME-Version: 1.0 Date: Thu, 22 Dec 2022 14:47:26 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/dosbox-x To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20221222144726.A87E4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167172044693390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Dec 22 14:47:26 UTC 2022 Modified Files: pkgsrc/emulators/dosbox-x: Makefile Log Message: dosbox-x: Needs 8 byte atomics To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/emulators/dosbox-x/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167172044693390 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/dosbox-x/Makefile diff -u pkgsrc/emulators/dosbox-x/Makefile:1.42 pkgsrc/emulators/dosbox-x/Makefile:1.43 --- pkgsrc/emulators/dosbox-x/Makefile:1.42 Sun Nov 6 21:31:57 2022 +++ pkgsrc/emulators/dosbox-x/Makefile Thu Dec 22 14:47:26 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2022/11/06 21:31:57 triaxx Exp $ +# $NetBSD: Makefile,v 1.43 2022/12/22 14:47:26 nia Exp $ DISTNAME= dosbox-x-0.84.3 CATEGORIES= emulators @@ -88,5 +88,6 @@ do-install: .include "../../net/libpcap/buildlink3.mk" .include "../../net/libslirp/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/atomic64.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_167172044693390--