pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/devilutionx
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 6 14:44:48 UTC 2019
Modified Files:
pkgsrc/games/devilutionx: Makefile
Log Message:
devilutionx: bump required compiler to gcc5
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/devilutionx/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/devilutionx/Makefile
diff -u pkgsrc/games/devilutionx/Makefile:1.2 pkgsrc/games/devilutionx/Makefile:1.3
--- pkgsrc/games/devilutionx/Makefile:1.2 Fri Jul 5 08:07:18 2019
+++ pkgsrc/games/devilutionx/Makefile Sat Jul 6 14:44:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/05 08:07:18 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/06 14:44:47 nia Exp $
DISTNAME= devilutonx-0.4.0
CATEGORIES= games
@@ -15,8 +15,8 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${P
USE_CMAKE= yes
USE_LANGUAGES= c c++14
-# std::make_unique
-GCC_REQD+= 4.9
+# std::make_unique, etc
+GCC_REQD+= 5
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
CMAKE_ARGS+= -DASAN=OFF
Home |
Main Index |
Thread Index |
Old Index