pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-snes9x libretro-snes9x: make this u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83fd664ac576
branches:  trunk
changeset: 311528:83fd664ac576
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Aug 13 17:04:42 2018 +0000

description:
libretro-snes9x: make this use c++11, since "ISO C++ 1998 does not support
long long".

diffstat:

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

diffs (18 lines):

diff -r e13ad43230c1 -r 83fd664ac576 emulators/libretro-snes9x/Makefile
--- a/emulators/libretro-snes9x/Makefile        Mon Aug 13 16:34:07 2018 +0000
+++ b/emulators/libretro-snes9x/Makefile        Mon Aug 13 17:04:42 2018 +0000
@@ -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 @@
 BUILD_DIRS=    libretro
 
 USE_TOOLS+=    gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 
 MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
 



Home | Main Index | Thread Index | Old Index