From f1923d69cd685dcb2ba19af2eebfb997af747e80 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 14 Apr 2023 18:54:51 +0200 Subject: dev-tcltk/blt: another fix for parallel install Closes: https://bugs.gentoo.org/903895 Signed-off-by: Alfredo Tupone --- 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 \ -- cgit v1.2.3-65-gdbad