summaryrefslogtreecommitdiff
path: root/games/supertux
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-01 15:32:47 +0000
committernia <nia@pkgsrc.org>2019-07-01 15:32:47 +0000
commitd922ef3fd4eea9816f8952d40b86f01f5ab28f9d (patch)
tree62c8da8b9255764c9ff9aabb19c0cc374345c30c /games/supertux
parent3221eb8100153d68ff9a064f48df36c6e341f862 (diff)
downloadpkgsrc-d922ef3fd4eea9816f8952d40b86f01f5ab28f9d.tar.gz
supertux: Needs c++14
Diffstat (limited to 'games/supertux')
-rw-r--r--games/supertux/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile
index 21bb313006d..23bb36ea95f 100644
--- a/games/supertux/Makefile
+++ b/games/supertux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/07/01 15:13:20 nia Exp $
+# $NetBSD: Makefile,v 1.15 2019/07/01 15:32:47 nia Exp $
PKGNAME= supertux-0.6.0
DISTNAME= SuperTux-v${PKGVERSION_NOREV}-Source
@@ -15,7 +15,10 @@ USE_CMAKE= yes
CMAKE_ARGS+= -DINSTALL_SUBDIR_BIN=bin
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=off
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
+
+# C++14
+GCC_REQD+= 5
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"