diff -Naur gnuchess-5.07/configure gnuchess-5.07-haiku/configure
|
old
|
new
|
|
| 6484 | 6484 | ;; |
| 6485 | 6485 | esac |
| 6486 | 6486 | |
| | 6487 | case "${host_cpu}-${host_os}" in |
| | 6488 | *haiku*) |
| | 6489 | |
| | 6490 | acx_pthread_flags="-lroot -mt $acx_pthread_flags" |
| | 6491 | ;; |
| | 6492 | esac |
| | 6493 | |
| 6487 | 6494 | if test x"$acx_pthread_ok" = xno; then |
| 6488 | 6495 | for flag in $acx_pthread_flags; do |
| 6489 | 6496 | |
diff -Naur gnuchess-5.07/src/common.h gnuchess-5.07-haiku/src/common.h
|
old
|
new
|
|
| 716 | 716 | |
| 717 | 717 | /* Input thread and thread function */ |
| 718 | 718 | #include <pthread.h> |
| 719 | | extern pthread_t input_thread; |
| | 719 | |
| 720 | 720 | void *input_func(void *); |
| 721 | 721 | |
| 722 | 722 | /* |