Date: Mon, 4 Mar 2024 13:32:28 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f49d105b760 - main - audio/flite: Fix parallel build with gmake 4.4 Message-ID: <202403041332.424DWSEN072403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f49d105b760c6191e57fa844ef1b85e468793bb commit 9f49d105b760c6191e57fa844ef1b85e468793bb Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-03-04 11:45:18 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-04 13:31:45 +0000 audio/flite: Fix parallel build with gmake 4.4 Remove prerequisites from .NOTPARALLEL to restore the behaviour from previous versions of gmake. PR: 272216 Reported by: antoine --- audio/flite/files/patch-main_Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audio/flite/files/patch-main_Makefile b/audio/flite/files/patch-main_Makefile index a676495274d9..09affe85e60e 100644 --- a/audio/flite/files/patch-main_Makefile +++ b/audio/flite/files/patch-main_Makefile @@ -9,6 +9,15 @@ VOICES=$(VOXES) VOICELIBS=$(VOICES:%=flite_%) +@@ -85,7 +85,7 @@ endif + shared_libs: nothing + endif + +-.NOTPARALLEL: $(ALL) ++.NOTPARALLEL: + + flite_lang_list: + rm -f flite_lang_list.c @@ -133,15 +133,15 @@ install: install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403041332.424DWSEN072403>