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:   nia
Date:           Wed Sep 22 12:02:56 UTC 2021

Modified Files:
        pkgsrc/emulators/ckmame: Makefile

Log Message:
ckmame: Set GCC_REQD, does not build with netbsd-9 system compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 pkgsrc/emulators/ckmame/Makefile:1.61
--- pkgsrc/emulators/ckmame/Makefile:1.60       Mon Jun 28 12:33:01 2021
+++ pkgsrc/emulators/ckmame/Makefile    Wed Sep 22 12:02:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2021/06/28 12:33:01 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2021/09/22 12:02:56 nia Exp $
 
 DISTNAME=              ckmame-1.1
 CATEGORIES=            emulators
@@ -15,6 +15,8 @@ USE_TOOLS+=           pkg-config perl:test
 USE_CMAKE=             yes
 TEST_TARGET=           check
 
+GCC_REQD+=     8 # std::filesystem
+
 .include "../../archivers/libarchive/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libzip+= libzip>=1.8
 .include "../../archivers/libzip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index