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: Requires std::make_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaf7455f3a9d
branches:  trunk
changeset: 336023:eaf7455f3a9d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 05 08:27:12 2019 +0000

description:
dolphin-emu: Requires std::make_unique

diffstat:

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

diffs (40 lines):

diff -r f32b88a6cb92 -r eaf7455f3a9d emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Fri Jul 05 08:12:13 2019 +0000
+++ b/emulators/dolphin-emu/Makefile    Fri Jul 05 08:27:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/07/01 04:08:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/05 08:27:12 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
 PKGREVISION=   4
@@ -15,7 +15,10 @@
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    msgfmt msgmerge pkg-config
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
+
+# std::make_unique
+GCC_REQD+=     4.9
 
 # Since SFML is not available in pkgsrc, make sure the included version
 # is always used.
@@ -25,7 +28,10 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+# Claims to only support little endian architectures.
 ONLY_FOR_PLATFORM=     ${LITTLEENDIANPLATFORMS}
+
+# No support in the code.
 BROKEN_ON_PLATFORM+=   SunOS-*-*
 
 .if ${MACHINE_ARCH} != "x86_64" && ${MACHINE_ARCH} != "aarch64"
@@ -37,6 +43,7 @@
 
 BUILDLINK_TRANSFORM+=  rm:-ldl
 
+# JIT
 NOT_PAX_MPROTECT_SAFE+=        bin/dolphin-emu
 NOT_PAX_MPROTECT_SAFE+=        bin/dolphin-emu-nogui
 



Home | Main Index | Thread Index | Old Index