Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2007-03-27 13:00:09 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2007-03-27 13:00:09 (GMT)
commit72beae8fc2a9fa74fffd73df0ea857686a86b918 (patch)
tree6a5ceabfc94c612d3c6696a5bbf29dddbd11b0a5 /macosx
parent46a5ca69eedddc159f4939f415504995f0b51895 (diff)
Add an option to gnuchess build to fix a crash on osx.
svn path=/trunk/; revision=2558
Diffstat (limited to 'macosx')
-rwxr-xr-xmacosx/build-gtk.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/build-gtk.sh b/macosx/build-gtk.sh
index 6bd7d80..4d46704 100755
--- a/macosx/build-gtk.sh
+++ b/macosx/build-gtk.sh
@@ -101,6 +101,7 @@ if [ "x$UNIVERSAL_BUILD" = "xYes" ]; then
POSTCONFIGURE_pygtk="eval perl -pi~ -e 's|SUBDIRS = (.*) docs|SUBDIRS = \$1|g' Makefile"
+ CONFIGURE_gnuchess="--without-readline"
POSTCONFIGURE_gnuchess="eval perl -pi~ -e 's|static pthread_t input_thread;|pthread_t input_thread;|g' src/input.c"
POSTCONFIGURE_sqlite="patch_libtool_dylib"