commit: f1923d69cd685dcb2ba19af2eebfb997af747e80 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Apr 14 16:54:51 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Apr 14 16:55:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1923d69
dev-tcltk/blt: another fix for parallel install Closes: https://bugs.gentoo.org/903895 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 \
