[Lunar-commits] <moonbase> gnuchess: tweaked BUILD to fix compilation error
Duncan Gibson
engelsman at lunar-linux.org
Sat Nov 14 16:00:09 CET 2009
commit ba1d4cdc5778738f44b784e380aa08997d79742e
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sat Nov 14 16:00:09 2009 +0100
gnuchess: tweaked BUILD to fix compilation error
added sedit 's:getline:getline_:g' so that it would compile
---
games/gnuchess/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/games/gnuchess/BUILD b/games/gnuchess/BUILD
index 9cae5e7..574e9e9 100644
--- a/games/gnuchess/BUILD
+++ b/games/gnuchess/BUILD
@@ -1,6 +1,7 @@
(
- sedit "s:static pthread_t input_thread:pthread_t input_thread:g" src/input.c
+ sedit "s:static pthread_t input_thread:pthread_t input_thread:g" src/input.c &&
+ sedit "s:getline:getline_:g" src/common.h src/input.c &&
CCARGS="-DXBOARD" \
default_build &&
More information about the Lunar-commits
mailing list