games/gnushogi: Fix Makefile to be make jobs safe

PR:		285190
Submitted by:	maintainer
Reported by:	freebsd-pkg-fallout
This commit is contained in:
Tilman Keskinoz 2025-07-25 18:42:30 +02:00
parent e40ef91131
commit 907166c4da
1 changed files with 11 additions and 0 deletions

View File

@ -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