pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertuxkart



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Aug  7 06:43:13 UTC 2023

Modified Files:
        pkgsrc/games/supertuxkart: Makefile

Log Message:
supertuxkart: Require a compiler with non-trivial designated initializers
support


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/games/supertuxkart/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/supertuxkart/Makefile
diff -u pkgsrc/games/supertuxkart/Makefile:1.46 pkgsrc/games/supertuxkart/Makefile:1.47
--- pkgsrc/games/supertuxkart/Makefile:1.46     Sat Jul 22 09:11:17 2023
+++ pkgsrc/games/supertuxkart/Makefile  Mon Aug  7 06:43:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2023/07/22 09:11:17 nia Exp $
+# $NetBSD: Makefile,v 1.47 2023/08/07 06:43:13 nia Exp $
 
 DISTNAME=      SuperTuxKart-1.4-src
 PKGNAME=       ${DISTNAME:tl:S/-src//}
@@ -22,6 +22,10 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-expat-[0-9
 CMAKE_ARGS+=   -DUSE_WIIUSE=OFF
 CMAKE_ARGS+=   -DBUILD_RECORDER=OFF
 
+# "error: sorry, unimplemented: non-trivial designated initializers not supported"
+# apparently gcc 8 should work.
+USE_CXX_FEATURES+=     c++20
+
 # Needs linux joystick support.
 CMAKE_ARGS+=   -DENABLE_WAYLAND_DEVICE=OFF
 



Home | Main Index | Thread Index | Old Index