diff --git a/math/scilab/files/patch-Makefile.in b/math/scilab/files/patch-Makefile.in new file mode 100644 index 000000000000..a22970479004 --- /dev/null +++ b/math/scilab/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- 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 diff --git a/math/scilab/files/patch-modules_Makefile.in b/math/scilab/files/patch-modules_Makefile.in new file mode 100644 index 000000000000..3c74abeabbba --- /dev/null +++ b/math/scilab/files/patch-modules_Makefile.in @@ -0,0 +1,11 @@ +--- modules/Makefile.in.orig 2021-07-15 11:55:11 UTC ++++ modules/Makefile.in +@@ -1137,7 +1137,7 @@ uninstall-am: uninstall-pkglibLTLIBRARIES + .PRECIOUS: Makefile + + +-.NOTPARALLEL: libscilab-cli.la libscilab.la ++.NOTPARALLEL: + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded.