aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2024-03-06 09:59:01 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2024-03-06 10:18:35 +0000
commit5d5367bc0202a15d5a2bf06eed0501ec901e53f8 (patch)
tree8f794e89262a94ad4b299e2c732e76831ca40c5c
parentf800109dfb2724178497db80d930c0e81fb197c6 (diff)
downloadports-5d5367bc0202a15d5a2bf06eed0501ec901e53f8.tar.gz
ports-5d5367bc0202a15d5a2bf06eed0501ec901e53f8.zip
-rw-r--r--math/scilab/files/patch-Makefile.in11
-rw-r--r--math/scilab/files/patch-modules_Makefile.in11
2 files changed, 22 insertions, 0 deletions
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.