pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/taisei taisei: requires c++14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ced34dabecf
branches:  trunk
changeset: 445783:9ced34dabecf
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jan 29 09:12:22 2021 +0000

description:
taisei: requires c++14

diffstat:

 games/taisei/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 094282bcfb93 -r 9ced34dabecf games/taisei/Makefile
--- a/games/taisei/Makefile     Fri Jan 29 09:11:40 2021 +0000
+++ b/games/taisei/Makefile     Fri Jan 29 09:12:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/08/18 17:57:58 leot Exp $
+# $NetBSD: Makefile,v 1.9 2021/01/29 09:12:22 nia Exp $
 
 DISTNAME=      taisei-v1.3.1
 PKGNAME=       ${DISTNAME:S/-v/-/}
@@ -15,6 +15,9 @@
 
 USE_TOOLS+=    pkg-config
 
+# C++14
+GCC_REQD+=     5
+
 MESON_ARGS+=   -Db_pch=false
 MESON_ARGS+=   -Db_lto=false
 MESON_ARGS+=   -Dstrip=false



Home | Main Index | Thread Index | Old Index