pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openrct2



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul 21 22:02:14 UTC 2023

Modified Files:
        pkgsrc/games/openrct2: Makefile

Log Message:
openrct2: Require std::filesystem support.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/openrct2/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/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.29 pkgsrc/games/openrct2/Makefile:1.30
--- pkgsrc/games/openrct2/Makefile:1.29 Tue Jul 18 18:13:44 2023
+++ pkgsrc/games/openrct2/Makefile      Fri Jul 21 22:02:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2023/07/18 18:13:44 nia Exp $
+# $NetBSD: Makefile,v 1.30 2023/07/21 22:02:14 nia Exp $
 
 DISTNAME=      openrct2-0.2.5
 CATEGORIES=    games
@@ -15,7 +15,7 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++17
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 filesystem
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 



Home | Main Index | Thread Index | Old Index