pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/fheroes2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 07:38:31 UTC 2024

Modified Files:
        pkgsrc/games/fheroes2: Makefile

Log Message:
fheroes2: needs std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/fheroes2/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/fheroes2/Makefile
diff -u pkgsrc/games/fheroes2/Makefile:1.2 pkgsrc/games/fheroes2/Makefile:1.3
--- pkgsrc/games/fheroes2/Makefile:1.2  Thu Aug 29 19:31:43 2024
+++ pkgsrc/games/fheroes2/Makefile      Mon Sep  9 07:38:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/29 19:31:43 nia Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/09 07:38:31 nia Exp $
 
 DISTNAME=      fheroes2-1.1.1
 CATEGORIES=    games
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 filesystem
 
 # work with netbsd-9 compiler
 BUILDLINK_TRANSFORM+=  rm:-Wextra-semi



Home | Main Index | Thread Index | Old Index