Skip to content

Commit

Permalink
dev-tcltk/blt: another fix for parallel install
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/903895
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Apr 14, 2023
1 parent 93caf41 commit f1923d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 \

0 comments on commit f1923d6

Please sign in to comment.