pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/kajaani-kombat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 00:42:58 UTC 2026

Modified Files:
        pkgsrc/games/kajaani-kombat: Makefile

Log Message:
kajaani-kombat: force to c++11

Doesn't compile with e.g. c++17 that gcc 14 defaults to.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/kajaani-kombat/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/kajaani-kombat/Makefile
diff -u pkgsrc/games/kajaani-kombat/Makefile:1.30 pkgsrc/games/kajaani-kombat/Makefile:1.31
--- pkgsrc/games/kajaani-kombat/Makefile:1.30   Fri Jan  2 09:15:14 2026
+++ pkgsrc/games/kajaani-kombat/Makefile        Sun Jan  4 00:42:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2026/01/02 09:15:14 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/01/04 00:42:58 wiz Exp $
 
 DISTNAME=              kajaani-kombat-0.7
 PKGREVISION=           14
@@ -10,6 +10,7 @@ MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 COMMENT=               Rampart-like multiplayer game set in space
 
 USE_LANGUAGES=         c++
+FORCE_CXX_STD+=                c++11
 USE_TOOLS+=            gmake
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 



Home | Main Index | Thread Index | Old Index