pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/ckmame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 18 13:12:34 UTC 2023

Modified Files:
        pkgsrc/emulators/ckmame: Makefile

Log Message:
ckmame: c++17 -> c++, the build system sets it anyway


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/emulators/ckmame/Makefile

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

Modified files:

Index: pkgsrc/emulators/ckmame/Makefile
diff -u pkgsrc/emulators/ckmame/Makefile:1.73 pkgsrc/emulators/ckmame/Makefile:1.74
--- pkgsrc/emulators/ckmame/Makefile:1.73       Wed Jul 12 12:17:20 2023
+++ pkgsrc/emulators/ckmame/Makefile    Tue Jul 18 13:12:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2023/07/12 12:17:20 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2023/07/18 13:12:34 wiz Exp $
 
 DISTNAME=              ckmame-2.0
 PKGREVISION=           4
@@ -11,7 +11,7 @@ HOMEPAGE=             https://www.nih.at/ckmame/
 COMMENT=               Check ROM sets for MAME
 LICENSE=               modified-bsd
 
-USE_LANGUAGES=         c c++17
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config perl:test
 TEST_TARGET=           test
 



Home | Main Index | Thread Index | Old Index