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:           Sun Feb 13 10:39:58 UTC 2022

Modified Files:
        pkgsrc/emulators/ckmame: Makefile

Log Message:
ckmame: use GCC runtime from pkgsrc for pre-current NetBSD for
std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/emulators/ckmame/Makefile:1.64
--- pkgsrc/emulators/ckmame/Makefile:1.63       Wed Dec  8 16:04:14 2021
+++ pkgsrc/emulators/ckmame/Makefile    Sun Feb 13 10:39:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2021/12/08 16:04:14 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/02/13 10:39:58 nia Exp $
 
 DISTNAME=              ckmame-1.1
 PKGREVISION=           2
@@ -16,7 +16,15 @@ USE_TOOLS+=          pkg-config perl:test
 USE_CMAKE=             yes
 TEST_TARGET=           check
 
-GCC_REQD+=     8 # std::filesystem
+GCC_REQD+=             8 # std::filesystem
+USE_GCC_RUNTIME=       yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915
+USE_PKGSRC_GCC=                yes
+USE_PKGSRC_GCC_RUNTIME=        yes
+.endif
 
 .include "../../archivers/libarchive/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libzip+= libzip>=1.8



Home | Main Index | Thread Index | Old Index