SOURCES: gnome-games-ggz.patch (NEW) - don't fail to build when /e...

megabajt megabajt at pld-linux.org
Mon Apr 7 11:29:36 CEST 2008


Author: megabajt                     Date: Mon Apr  7 09:29:36 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't fail to build when /etc/ggzd/rooms doesn't exist

---- Files affected:
SOURCES:
   gnome-games-ggz.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-games-ggz.patch
diff -u /dev/null SOURCES/gnome-games-ggz.patch:1.1
--- /dev/null	Mon Apr  7 11:29:36 2008
+++ SOURCES/gnome-games-ggz.patch	Mon Apr  7 11:29:30 2008
@@ -0,0 +1,12 @@
+diff -urN gnome-games-2.22.1/m4/ggz.m4 gnome-games-2.22.1.new/m4/ggz.m4
+--- gnome-games-2.22.1/m4/ggz.m4	2008-04-07 05:42:16.000000000 +0200
++++ gnome-games-2.22.1.new/m4/ggz.m4	2008-04-07 10:47:33.000000000 +0200
+@@ -1018,7 +1018,7 @@
+       AC_GGZ_GGZDMOD([ggz_server="yes"], [ggz_server="no"])
+     fi
+     if test "$ggz_server" = "yes"; then
+-      AC_GGZ_SERVER
++      AC_GGZ_SERVER([], [force])
+       AC_DEFINE(GGZ_SERVER, 1, [Server support for GGZ])
+     else
+       if test "$try_ggz_server" = "yes"; then
================================================================


More information about the pld-cvs-commit mailing list