diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-14 18:54:51 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-14 18:55:28 +0200 |
commit | f1923d69cd685dcb2ba19af2eebfb997af747e80 (patch) | |
tree | 2f581d292e69b84a535ea5032a674fe439673ec2 /dev-tcltk | |
parent | dev-lang/go: drop 1.19.7, 1.20.2 (diff) | |
download | gentoo-f1923d69cd685dcb2ba19af2eebfb997af747e80.tar.gz gentoo-f1923d69cd685dcb2ba19af2eebfb997af747e80.tar.bz2 gentoo-f1923d69cd685dcb2ba19af2eebfb997af747e80.zip |
dev-tcltk/blt: another fix for parallel install
Closes: https://bugs.gentoo.org/903895
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch b/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch index 7bad79a75610..81221ed6b7f4 100644 --- a/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch +++ b/dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch @@ -10,3 +10,14 @@ install-mann: $(MAN_N) for i in *.n ; do \ +--- a/demos/Makefile.in 2023-04-14 18:50:47.196822925 +0200 ++++ b/demos/Makefile.in 2023-04-14 18:50:54.448710445 +0200 +@@ -47,7 +47,7 @@ + + all: + +-install: mkdirs install-bitmaps install-images install-scripts ++install: install-bitmaps install-images install-scripts + + install-scripts: + for i in $(srcdir)/scripts/*.tcl ; do \ |