]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games-ggz.patch
- don't fail to build when /etc/ggzd/rooms doesn't exist
[packages/gnome-games.git] / gnome-games-ggz.patch
1 diff -urN gnome-games-2.22.1/m4/ggz.m4 gnome-games-2.22.1.new/m4/ggz.m4
2 --- gnome-games-2.22.1/m4/ggz.m4        2008-04-07 05:42:16.000000000 +0200
3 +++ gnome-games-2.22.1.new/m4/ggz.m4    2008-04-07 10:47:33.000000000 +0200
4 @@ -1018,7 +1018,7 @@
5        AC_GGZ_GGZDMOD([ggz_server="yes"], [ggz_server="no"])
6      fi
7      if test "$ggz_server" = "yes"; then
8 -      AC_GGZ_SERVER
9 +      AC_GGZ_SERVER([], [force])
10        AC_DEFINE(GGZ_SERVER, 1, [Server support for GGZ])
11      else
12        if test "$try_ggz_server" = "yes"; then
This page took 0.02664 seconds and 3 git commands to generate.