Received: by mail.netbsd.org (Postfix, from userid 605) id 38CA684DB2; Mon, 13 Aug 2018 17:04:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F72A84D9D for ; Mon, 13 Aug 2018 17:04:43 +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 ITabavfeMwvQ for ; Mon, 13 Aug 2018 17:04:42 +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 84AC184CDA for ; Mon, 13 Aug 2018 17:04:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B665FBEC; Mon, 13 Aug 2018 17:04:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534179882195060" MIME-Version: 1.0 Date: Mon, 13 Aug 2018 17:04:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-snes9x To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180813170442.7B665FBEC@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. --_----------=_1534179882195060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Aug 13 17:04:42 UTC 2018 Modified Files: pkgsrc/emulators/libretro-snes9x: Makefile Log Message: libretro-snes9x: make this use c++11, since "ISO C++ 1998 does not support long long". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-snes9x/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534179882195060 Content-Disposition: inline Content-Length: 690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libretro-snes9x/Makefile diff -u pkgsrc/emulators/libretro-snes9x/Makefile:1.1 pkgsrc/emulators/libretro-snes9x/Makefile:1.2 --- pkgsrc/emulators/libretro-snes9x/Makefile:1.1 Sun Aug 12 15:32:10 2018 +++ pkgsrc/emulators/libretro-snes9x/Makefile Mon Aug 13 17:04:42 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/08/12 15:32:10 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/08/13 17:04:42 nia Exp $ DISTNAME= libretro-snes9x-1.56.2 CATEGORIES= emulators @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${G BUILD_DIRS= libretro USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 MAKE_FLAGS+= GIT_VERSION="-pkgsrc" --_----------=_1534179882195060--