pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dolphin-emu dolphin-emu: gnu++14, for alloca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fff9f64f89e1
branches:  trunk
changeset: 412897:fff9f64f89e1
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 13 09:28:19 2020 +0000

description:
dolphin-emu: gnu++14, for alloca

diffstat:

 emulators/dolphin-emu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59be3a43cfae -r fff9f64f89e1 emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Fri Mar 13 08:56:31 2020 +0000
+++ b/emulators/dolphin-emu/Makefile    Fri Mar 13 09:28:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/10 22:09:46 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/13 09:28:19 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
 PKGREVISION=   12
@@ -15,7 +15,7 @@
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    msgfmt msgmerge pkg-config
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c gnu++14
 
 # std::make_unique
 GCC_REQD+=     4.9



Home | Main Index | Thread Index | Old Index