pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/taisei



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan 29 09:12:22 UTC 2021

Modified Files:
        pkgsrc/games/taisei: Makefile

Log Message:
taisei: requires c++14


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/taisei/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/taisei/Makefile
diff -u pkgsrc/games/taisei/Makefile:1.8 pkgsrc/games/taisei/Makefile:1.9
--- pkgsrc/games/taisei/Makefile:1.8    Tue Aug 18 17:57:58 2020
+++ pkgsrc/games/taisei/Makefile        Fri Jan 29 09:12:22 2021
@@ -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 @@ LICENSE=      mit
 
 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