summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-13 09:28:19 +0000
committernia <nia@pkgsrc.org>2020-03-13 09:28:19 +0000
commitd2daf2c29d54ff2255590d007c3593196ea9922c (patch)
tree0ea14da3f4c32275589f21f08c7b53c1e7589745 /emulators
parent57ecff8abedf29eeb9a2dcfabd3bbe845b3cec2a (diff)
downloadpkgsrc-d2daf2c29d54ff2255590d007c3593196ea9922c.tar.gz
dolphin-emu: gnu++14, for alloca
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 9b339772749..06e981ae6bf 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2
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