pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-snes9x



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Aug 13 17:04:42 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-snes9x: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-snes9x/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/libretro-snes9x/Makefile
diff -u pkgsrc/emulators/libretro-snes9x/Makefile:1.1 pkgsrc/emulators/libretro-snes9x/Makefile:1.2
--- pkgsrc/emulators/libretro-snes9x/Makefile:1.1       Sun Aug 12 15:32:10 2018
+++ pkgsrc/emulators/libretro-snes9x/Makefile   Mon Aug 13 17:04:42 2018
@@ -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 @@ WRKSRC=               ${WRKDIR}/${GITHUB_PROJECT}-${G
 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