pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/supertux supertux: Needs c++14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b646c8499c
branches:  trunk
changeset: 335804:d5b646c8499c
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 01 15:32:47 2019 +0000

description:
supertux: Needs c++14

diffstat:

 games/supertux/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e14c3700315d -r d5b646c8499c games/supertux/Makefile
--- a/games/supertux/Makefile   Mon Jul 01 15:31:51 2019 +0000
+++ b/games/supertux/Makefile   Mon Jul 01 15:32:47 2019 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index