pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/corsix-th



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 21:57:41 UTC 2023

Modified Files:
        pkgsrc/games/corsix-th: Makefile

Log Message:
corsix-th: Require at least gcc5 for std::make_unique.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/corsix-th/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/corsix-th/Makefile
diff -u pkgsrc/games/corsix-th/Makefile:1.15 pkgsrc/games/corsix-th/Makefile:1.16
--- pkgsrc/games/corsix-th/Makefile:1.15        Sat May  6 19:09:19 2023
+++ pkgsrc/games/corsix-th/Makefile     Sun Jul  9 21:57:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/05/06 19:09:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/09 21:57:41 nia Exp $
 
 DISTNAME=      corsix-th-0.65.1
 PKGREVISION=   9
@@ -23,6 +23,9 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# std::make_unique
+GCC_REQD+=     5
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index