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:           Fri Jul  5 08:07:18 UTC 2019

Modified Files:
        pkgsrc/games/devilutionx: Makefile

Log Message:
devilutionx: Require gcc 4.9 or higher for std::make_unique.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/games/devilutionx/Makefile:1.2
--- pkgsrc/games/devilutionx/Makefile:1.1       Wed Jul  3 10:58:12 2019
+++ pkgsrc/games/devilutionx/Makefile   Fri Jul  5 08:07:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/07/03 10:58:12 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/05 08:07:18 nia Exp $
 
 DISTNAME=      devilutonx-0.4.0
 CATEGORIES=    games
@@ -13,7 +13,10 @@ LICENSE=     unlicense
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++14
+
+# std::make_unique
+GCC_REQD+=     4.9
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 CMAKE_ARGS+=   -DASAN=OFF



Home | Main Index | Thread Index | Old Index