mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/blt: adding patch
Closes: https://bugs.gentoo.org/880325 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -56,6 +56,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-darwin.patch
|
||||
"${FILESDIR}"/${P}-gbsd.patch
|
||||
"${FILESDIR}"/${P}-lto.patch
|
||||
"${FILESDIR}"/${P}-parallelMake.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
12
dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
Normal file
12
dev-tcltk/blt/files/blt-2.5.3-parallelMake.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/man/Makefile.in 2023-01-15 13:10:49.541445995 +0100
|
||||
+++ b/man/Makefile.in 2023-01-15 13:11:44.483619553 +0100
|
||||
@@ -34,7 +34,8 @@
|
||||
|
||||
all: man.macros $(MANPAGES)
|
||||
|
||||
-install: mkdirs install-mann install-man3
|
||||
+install: mkdirs
|
||||
+ $(MAKE) install-mann install-man3
|
||||
|
||||
install-mann: $(MAN_N)
|
||||
for i in *.n ; do \
|
||||
Reference in New Issue
Block a user