[Lunar-commits] <moonbase> gnuchess: a little sedit here for gcc4 compatibility.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Apr 17 00:40:34 CEST 2008
commit 17208f4c36cad24c8b436e8303252a9977a21905
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Apr 16 18:40:34 2008 -0400
gnuchess: a little sedit here for gcc4 compatibility.
---
games/gnuchess/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/games/gnuchess/BUILD b/games/gnuchess/BUILD
index c2121d8..9cae5e7 100644
--- a/games/gnuchess/BUILD
+++ b/games/gnuchess/BUILD
@@ -1,4 +1,7 @@
(
+
+ sedit "s:static pthread_t input_thread:pthread_t input_thread:g" src/input.c
+
CCARGS="-DXBOARD" \
default_build &&
cp -p $MOONBASE/games/$MODULE/chess /usr/games
More information about the Lunar-commits
mailing list