pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 31 17:55:55 UTC 2026

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile

Log Message:
lgogdownloader: now needs C++17 (jsoncpp)


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/games/lgogdownloader/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/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.92 pkgsrc/games/lgogdownloader/Makefile:1.93
--- pkgsrc/games/lgogdownloader/Makefile:1.92   Fri Feb  6 10:04:51 2026
+++ pkgsrc/games/lgogdownloader/Makefile        Tue Mar 31 17:55:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2026/02/06 10:04:51 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2026/03/31 17:55:55 wiz Exp $
 
 DISTNAME=      lgogdownloader-3.18
 PKGREVISION=   2
@@ -11,8 +11,10 @@ HOMEPAGE=    https://github.com/Sude-/lgogd
 COMMENT=       Download games from GOG
 LICENSE=       public-domain # actually, dwtfywtpl
 
-USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++17
+FORCE_CXX_STD=         c++17
+USE_TOOLS+=            pkg-config
 
 CMAKE_CONFIGURE_ARGS+= -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
 



Home | Main Index | Thread Index | Old Index