summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-08-13 17:04:42 +0000
committernia <nia@pkgsrc.org>2018-08-13 17:04:42 +0000
commitb610c60e158d96fda1a04694aac28303727911f1 (patch)
treeea3dd4548b6468ead73b205217d93cf9f55ff1aa
parent499552b5f6aa78a46aa6a464b8c85b5a437dddce (diff)
downloadpkgsrc-b610c60e158d96fda1a04694aac28303727911f1.tar.gz
libretro-snes9x: make this use c++11, since "ISO C++ 1998 does not support
long long".
-rw-r--r--emulators/libretro-snes9x/Makefile4
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"