pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rgbds



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 18 15:22:03 UTC 2026

Modified Files:
        pkgsrc/devel/rgbds: Makefile

Log Message:
rgbds: Claims to require a C++20 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/rgbds/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/rgbds/Makefile
diff -u pkgsrc/devel/rgbds/Makefile:1.11 pkgsrc/devel/rgbds/Makefile:1.12
--- pkgsrc/devel/rgbds/Makefile:1.11    Tue Jun  9 10:57:13 2026
+++ pkgsrc/devel/rgbds/Makefile Thu Jun 18 15:22:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/06/09 10:57:13 sjmulder Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/18 15:22:03 nia Exp $
 
 DISTNAME=      rgbds-1.0.1
 CATEGORIES=    devel
@@ -21,6 +21,8 @@ MAKE_FLAGS+=  YACC=${YACC:Q}
 MAKE_FLAGS+=   LEX=${LEX:Q}
 MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
 
+USE_CXX_FEATURES+=     c++20
+
 CHECK_PORTABILITY_SKIP=        test/pokecrystal/tools/compare2.sh
 
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index