Received: by mail.netbsd.org (Postfix, from userid 605) id 1057784D58; Sun, 2 May 2021 09:37:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48BE584D46 for ; Sun, 2 May 2021 09:37:51 +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 clJcwtJLKbhT for ; Sun, 2 May 2021 09:37:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BDBF84C86 for ; Sun, 2 May 2021 09:37:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D324FA95; Sun, 2 May 2021 09:37:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619948270295570" MIME-Version: 1.0 Date: Sun, 2 May 2021 09:37:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/libbluray To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210502093750.8D324FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619948270295570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 2 09:37:50 UTC 2021 Modified Files: pkgsrc/multimedia/libbluray: Makefile Log Message: libbluray: enable EXTENSIONS on SunOS To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/libbluray/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619948270295570 Content-Disposition: inline Content-Length: 770 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/libbluray/Makefile diff -u pkgsrc/multimedia/libbluray/Makefile:1.23 pkgsrc/multimedia/libbluray/Makefile:1.24 --- pkgsrc/multimedia/libbluray/Makefile:1.23 Wed Apr 21 11:40:32 2021 +++ pkgsrc/multimedia/libbluray/Makefile Sun May 2 09:37:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/04/21 11:40:32 adam Exp $ +# $NetBSD: Makefile,v 1.24 2021/05/02 09:37:50 nia Exp $ DISTNAME= libbluray-1.3.0 PKGREVISION= 1 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --disable-bdjava-jar CONFIGURE_ARGS+= --disable-optimizations PKGCONFIG_OVERRIDE+= src/libbluray.pc.in +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + # provide jni_md.h for other architectures post-extract: ${LN} -s ${WRKSRC}/jni/linux/jni_md.h ${WRKSRC}/jni/jni_md.h --_----------=_1619948270295570--