summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-06 14:44:47 +0000
committernia <nia@pkgsrc.org>2019-07-06 14:44:47 +0000
commitf6aa2e9fd8ad2c72787a7211f382fdca1d9b7b4f (patch)
tree0e3d282bcd768427a84511e929ebc834040fdc34 /games
parentf6ce152cc25f240ff18d7aba267d4c516ad7f9cf (diff)
downloadpkgsrc-f6aa2e9fd8ad2c72787a7211f382fdca1d9b7b4f.tar.gz
devilutionx: bump required compiler to gcc5
Diffstat (limited to 'games')
-rw-r--r--games/devilutionx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/devilutionx/Makefile b/games/devilutionx/Makefile
index 42cb1ff647b..1fdb0672af4 100644
--- a/games/devilutionx/Makefile
+++ b/games/devilutionx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/05 08:07:18 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/06 14:44:47 nia Exp $
DISTNAME= devilutonx-0.4.0
CATEGORIES= games
@@ -15,8 +15,8 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
USE_CMAKE= yes
USE_LANGUAGES= c c++14
-# std::make_unique
-GCC_REQD+= 4.9
+# std::make_unique, etc
+GCC_REQD+= 5
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
CMAKE_ARGS+= -DASAN=OFF