Received: by mail.netbsd.org (Postfix, from userid 605) id 417C684DD5; Wed, 3 Oct 2018 12:21:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45F8984DAC for ; Wed, 3 Oct 2018 12:21:55 +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 FLNCqqWLp_dz for ; Wed, 3 Oct 2018 12:21:54 +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 789D884C78 for ; Wed, 3 Oct 2018 12:21:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B7A9FBEE; Wed, 3 Oct 2018 12:21:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153856931494110" MIME-Version: 1.0 Date: Wed, 3 Oct 2018 12:21:54 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-beetle-ngp To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181003122154.4B7A9FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153856931494110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Oct 3 12:21:54 UTC 2018 Modified Files: pkgsrc/emulators/libretro-beetle-ngp: Makefile Log Message: libretro-beetle-ngp: USE_LANGUAGES=c++03. Fix build with clang 7. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/libretro-beetle-ngp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153856931494110 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libretro-beetle-ngp/Makefile diff -u pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.2 pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.3 --- pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.2 Tue Oct 2 21:09:28 2018 +++ pkgsrc/emulators/libretro-beetle-ngp/Makefile Wed Oct 3 12:21:54 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/10/02 21:09:28 nia Exp $ +# $NetBSD: Makefile,v 1.3 2018/10/03 12:21:54 nia Exp $ DISTNAME= libretro-beetle-ngp-20180720 CATEGORIES= emulators @@ -12,7 +12,7 @@ COMMENT= Libretro core based on the Medn LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 MAKE_FLAGS+= GIT_VERSION="-pkgsrc" .include "../../mk/endian.mk" --_----------=_153856931494110--