git: 6d45ec884735 - main - lang/chicken: parallel builds are fine now
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Sep 2022 06:56:39 UTC
The branch main has been updated by gahr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d45ec8847357f8597368ff25eef0ab1fcc20217
commit 6d45ec8847357f8597368ff25eef0ab1fcc20217
Author: Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2022-09-12 06:55:41 +0000
Commit: Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2022-09-12 06:55:41 +0000
lang/chicken: parallel builds are fine now
---
lang/chicken/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 989aae528407..27e896d193b9 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -26,8 +26,7 @@ MAKE_ARGS= C_COMPILER="${CC}" \
LINKER_OPTIONS="${LDFLAGS}" \
MANDIR=${PREFIX}/man \
PREFIX=${PREFIX}
-# parallel build not supported
-MAKE_JOBS_UNSAFE= yes
+
TEST_TARGET= check
DATADIR= ${PREFIX}/share/chicken