mirror of https://git.FreeBSD.org/ports.git
games/gnushogi: Fix Makefile to be make jobs safe
PR: 285190 Submitted by: maintainer Reported by: freebsd-pkg-fallout
This commit is contained in:
parent
e40ef91131
commit
907166c4da
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue