pkgsrc/games/sjeng/patches/patch-aa
jlam 661cb67e65 games/sjeng - engine for chess variations (bughouse, suicide, etc.)
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program
that can attain a level comparable to what the best human players are capable
of.  Sjeng also can play standard, suicide, giveaway and losers chess.
2001-10-25 04:42:52 +00:00

13 lines
327 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2001/10/25 04:42:52 jlam Exp $
--- Makefile.in.orig Wed Sep 12 05:57:11 2001
+++ Makefile.in
@@ -75,7 +75,7 @@
PROGRAMS = $(bin_PROGRAMS)
-DEFS = @DEFS@ -I. -I$(srcdir) -I.
+DEFS = @DEFS@ -I. -I$(srcdir) -I. -DBOOKDIR=\"${BOOKDIR}\"
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@