Received: by mail.netbsd.org (Postfix, from userid 605) id 2C52D84EA5; Fri, 10 Sep 2021 11:01:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 680CB84EA4 for ; Fri, 10 Sep 2021 11:01:40 +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 lHn_5xrpsm6M for ; Fri, 10 Sep 2021 11:01:40 +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 EF91784D1C for ; Fri, 10 Sep 2021 11:01:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E76D9FA97; Fri, 10 Sep 2021 11:01:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163127169915440" MIME-Version: 1.0 Date: Fri, 10 Sep 2021 11:01:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/openmw To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210910110139.E76D9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163127169915440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 10 11:01:39 UTC 2021 Modified Files: pkgsrc/games/openmw: Makefile Log Message: openmw: needs atomic64 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/openmw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163127169915440 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/openmw/Makefile diff -u pkgsrc/games/openmw/Makefile:1.33 pkgsrc/games/openmw/Makefile:1.34 --- pkgsrc/games/openmw/Makefile:1.33 Wed Sep 8 21:05:07 2021 +++ pkgsrc/games/openmw/Makefile Fri Sep 10 11:01:39 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2021/09/08 21:05:07 nia Exp $ +# $NetBSD: Makefile,v 1.34 2021/09/10 11:01:39 nia Exp $ DISTNAME= openmw-0.46.0 PKGREVISION= 10 @@ -42,4 +42,5 @@ CONF_FILES+= ${EGDIR}/version ${PKG_SYSC .include "../../audio/openal-soft/buildlink3.mk" .include "../../multimedia/ffmpeg4/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_163127169915440--