git: 907166c4da7c - main - games/gnushogi: Fix Makefile to be make jobs safe
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 16:44:00 UTC
The branch main has been updated by arved:
URL: https://cgit.FreeBSD.org/ports/commit/?id=907166c4da7ce3cc1f5b92a1e44e909ee08673fa
commit 907166c4da7ce3cc1f5b92a1e44e909ee08673fa
Author: Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2025-07-25 16:42:30 +0000
Commit: Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2025-07-25 16:42:30 +0000
games/gnushogi: Fix Makefile to be make jobs safe
PR: 285190
Submitted by: maintainer
Reported by: freebsd-pkg-fallout
---
games/gnushogi/files/patch-Makefile.in | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/games/gnushogi/files/patch-Makefile.in b/games/gnushogi/files/patch-Makefile.in
new file mode 100644
index 000000000000..3d7f0ea1c9c1
--- /dev/null
+++ b/games/gnushogi/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2025-03-06 05:33:20 UTC
++++ Makefile.in
+@@ -51,7 +51,7 @@ sizetest:
+ sizetest:
+ -cd $(GNUSHOGIDIR) && $(MAKE) sizetest
+
+-bbk:
++bbk: gnushogi_compile
+ -cd $(GNUSHOGIDIR) && $(MAKE) $(PROGNAME).bbk
+
+