ports/math/scilab/files/patch-Makefile.in
Tijl Coosemans 5d5367bc02 math/scilab: 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
2024-03-06 11:18:35 +01:00

11 lines
305 B
Text

--- Makefile.in.orig 2021-07-15 11:54:56 UTC
+++ Makefile.in
@@ -2517,7 +2517,7 @@ install-data-local:
.PHONY: macros localization doc strip-debug
-.NOTPARALLEL: macros doc
+.NOTPARALLEL:
# Construct the LD_LIBRARY_PATH from the variable detected previously
# Run the unitary test of call_scilab