pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/x16-rom



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sun Apr 21 19:09:21 UTC 2024

Modified Files:
        pkgsrc/emulators/x16-rom: Makefile

Log Message:
MAKE_JOBS_SAFE=no.  Fixes a build problem reported to me by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/x16-rom/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/x16-rom/Makefile
diff -u pkgsrc/emulators/x16-rom/Makefile:1.5 pkgsrc/emulators/x16-rom/Makefile:1.6
--- pkgsrc/emulators/x16-rom/Makefile:1.5       Mon Nov 27 03:21:00 2023
+++ pkgsrc/emulators/x16-rom/Makefile   Sun Apr 21 19:09:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/11/27 03:21:00 thorpej Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/21 19:09:21 thorpej Exp $
 
 DISTNAME=      x16-rom-46
 CATEGORIES=    emulators
@@ -6,6 +6,9 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=X16C
 GITHUB_PROJECT=        x16-rom
 GITHUB_TAG=    r${PKGVERSION_NOREV}
 
+# Parallel-ized builds don't work for this package.
+MAKE_JOBS_SAFE=        no
+
 MAINTAINER=    thorpej%NetBSD.org@localhost
 HOMEPAGE=      http://commanderx16.com/
 COMMENT=       ROM for the Commander X16 computer system



Home | Main Index | Thread Index | Old Index