pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/holtz
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 9 23:08:40 UTC 2025
Modified Files:
pkgsrc/games/holtz: Makefile
Log Message:
holtz: force to C++11
Defaults to c++17 in some environments (like NetBSD 11) but doesn't
build that way.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/games/holtz/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/holtz/Makefile
diff -u pkgsrc/games/holtz/Makefile:1.77 pkgsrc/games/holtz/Makefile:1.78
--- pkgsrc/games/holtz/Makefile:1.77 Thu Oct 23 20:37:04 2025
+++ pkgsrc/games/holtz/Makefile Sun Nov 9 23:08:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2025/10/23 20:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/11/09 23:08:40 wiz Exp $
DISTNAME= holtz-1.5.0
PKGREVISION= 17
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
+FORCE_CXX_STD= c++11
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../x11/wxGTK32/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index