Received: by mail.netbsd.org (Postfix, from userid 605) id B279184EA0; Mon, 27 Feb 2023 10:45:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E211F84E85 for ; Mon, 27 Feb 2023 10:45:10 +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 KU8NjPrIqAhI for ; Mon, 27 Feb 2023 10:45:10 +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 74A7084E55 for ; Mon, 27 Feb 2023 10:45:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C6E0FA90; Mon, 27 Feb 2023 10:45:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677494710120720" MIME-Version: 1.0 Date: Mon, 27 Feb 2023 10:45:10 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/multimedia/dav1d To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230227104510.6C6E0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677494710120720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Feb 27 10:45:10 UTC 2023 Modified Files: pkgsrc/multimedia/dav1d: Makefile Log Message: dav1d: SunOS needs -D__EXTENSIONS__ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/dav1d/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677494710120720 Content-Disposition: inline Content-Length: 676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/dav1d/Makefile diff -u pkgsrc/multimedia/dav1d/Makefile:1.7 pkgsrc/multimedia/dav1d/Makefile:1.8 --- pkgsrc/multimedia/dav1d/Makefile:1.7 Thu Feb 16 08:42:32 2023 +++ pkgsrc/multimedia/dav1d/Makefile Mon Feb 27 10:45:10 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/02/16 08:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/02/27 10:45:10 jperkin Exp $ DISTNAME= dav1d-1.1.0 CATEGORIES= multimedia @@ -16,6 +16,8 @@ LICENSE= 2-clause-bsd TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm .endif +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + PKGCONFIG_OVERRIDE_STAGE= post-build PKGCONFIG_OVERRIDE+= output/meson-private/dav1d.pc --_----------=_1677494710120720--