pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ckmame ckmame: Set GCC_REQD, does not build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/778cb7998799
branches:  trunk
changeset: 458883:778cb7998799
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 22 12:02:56 2021 +0000

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

diffstat:

 emulators/ckmame/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0856751d4749 -r 778cb7998799 emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Wed Sep 22 11:59:22 2021 +0000
+++ b/emulators/ckmame/Makefile Wed Sep 22 12:02:56 2021 +0000
@@ -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_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