diff options
author | nia <nia@pkgsrc.org> | 2018-08-13 17:04:42 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-13 17:04:42 +0000 |
commit | b610c60e158d96fda1a04694aac28303727911f1 (patch) | |
tree | ea3dd4548b6468ead73b205217d93cf9f55ff1aa /emulators | |
parent | 499552b5f6aa78a46aa6a464b8c85b5a437dddce (diff) | |
download | pkgsrc-b610c60e158d96fda1a04694aac28303727911f1.tar.gz |
libretro-snes9x: make this use c++11, since "ISO C++ 1998 does not support
long long".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-snes9x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libretro-snes9x/Makefile b/emulators/libretro-snes9x/Makefile index 79ad37dea3d..28a6f25d2b0 100644 --- a/emulators/libretro-snes9x/Makefile +++ b/emulators/libretro-snes9x/Makefile @@ -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}-${GITHUB_TAG} BUILD_DIRS= libretro USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 MAKE_FLAGS+= GIT_VERSION="-pkgsrc" |