pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertux



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul  1 15:32:48 UTC 2019

Modified Files:
        pkgsrc/games/supertux: Makefile

Log Message:
supertux: Needs c++14


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/supertux/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/supertux/Makefile
diff -u pkgsrc/games/supertux/Makefile:1.14 pkgsrc/games/supertux/Makefile:1.15
--- pkgsrc/games/supertux/Makefile:1.14 Mon Jul  1 15:13:20 2019
+++ pkgsrc/games/supertux/Makefile      Mon Jul  1 15:32:47 2019
@@ -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"



Home | Main Index | Thread Index | Old Index