<URL: http://bugs.freeciv.org/Ticket/Display.html?id=34127 >
$subject
- ML
diff -Nurd -X.diff_ignore freeciv/client/gui-stub/mapview.c freeciv/client/gui-stub/mapview.c
--- freeciv/client/gui-stub/mapview.c 2006-07-17 23:56:54.000000000 +0300
+++ freeciv/client/gui-stub/mapview.c 2007-01-20 02:11:47.000000000 +0200
@@ -68,6 +68,15 @@
}
/****************************************************************************
+ Update the mouse cursor. Cursor type depends on what user is doing and
+ pointing.
+****************************************************************************/
+void update_mouse_cursor(enum cursor_type new_cursor_type)
+{
+ /* PORTME */
+}
+
+/****************************************************************************
Update the timeout display. The timeout is the time until the turn
ends, in seconds.
****************************************************************************/
diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac 2007-01-20 01:44:42.000000000 +0200
+++ freeciv/configure.ac 2007-01-20 02:13:01.000000000 +0200
@@ -454,6 +454,7 @@
if test "x$found_client" = "xyes"; then
client=stub
+ CLIENT_LIBS="-lm"
elif test "$client" = "stub"; then
AC_MSG_ERROR(specified client 'stub' not configurable)
fi
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev