pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 13 09:28:19 UTC 2020

Modified Files:
        pkgsrc/emulators/dolphin-emu: Makefile

Log Message:
dolphin-emu: gnu++14, for alloca


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/dolphin-emu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dolphin-emu/Makefile
diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.16 pkgsrc/emulators/dolphin-emu/Makefile:1.17
--- pkgsrc/emulators/dolphin-emu/Makefile:1.16  Tue Mar 10 22:09:46 2020
+++ pkgsrc/emulators/dolphin-emu/Makefile       Fri Mar 13 09:28:19 2020
@@ -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



Home | Main Index | Thread Index | Old Index