able to play and analyze both money games and tournament matches, evaluate and roll out positions, and more. Driven by a command-line interface, it displays an ASCII rendering of a board on text-only terminals, but also allows the user to play games and manipulate positions with a graphical GTK+ interface. GNU Backgammon is extensible via Python. GNU Backgammon is a world class opponent and rates at around 2200 on FIBS, the First Internet Backgammon Server - at its best, it is in the top 5 of over 6000 rated players there). GNU Backgammon can be played on numerous other on-line backgammon servers. OK edd@
18 lines
349 B
Plaintext
18 lines
349 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2016/10/07 21:49:45 czarkoff Exp $
|
|
|
|
Remove hardcoded CFLAGS
|
|
|
|
--- configure.orig Mon Oct 3 11:08:53 2016
|
|
+++ configure Mon Oct 3 11:09:09 2016
|
|
@@ -17556,10 +17556,6 @@ else
|
|
$as_echo "yes" >&6; }
|
|
fi
|
|
|
|
-AM_CFLAGS="-O3 $AM_CFLAGS"
|
|
-if test x"$GCC" = "xyes"; then
|
|
- AM_CFLAGS="-ffast-math $AM_CFLAGS"
|
|
-fi
|
|
|
|
|
|
|