Index: head/games/gnome-games/files/patch-ah =================================================================== --- head/games/gnome-games/files/patch-ah (nonexistent) +++ head/games/gnome-games/files/patch-ah (revision 23548) @@ -0,0 +1,20 @@ +--- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 ++++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 +@@ -9,7 +9,7 @@ + + sprintf (file, "%s/%s.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &bitmap, NULL, file); ++ &bitmap, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf ("cannot open %s\n", file); + exit(1); +@@ -18,7 +18,7 @@ + if (masked == SEP_MASK) { + sprintf(file, "%s/%s_mask.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &mask, NULL, file); ++ &mask, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf("cannot open %s\n", file); + exit(1); Property changes on: head/games/gnome-games/files/patch-ah ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/gnomegames/files/patch-ah =================================================================== --- head/games/gnomegames/files/patch-ah (nonexistent) +++ head/games/gnomegames/files/patch-ah (revision 23548) @@ -0,0 +1,20 @@ +--- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 ++++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 +@@ -9,7 +9,7 @@ + + sprintf (file, "%s/%s.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &bitmap, NULL, file); ++ &bitmap, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf ("cannot open %s\n", file); + exit(1); +@@ -18,7 +18,7 @@ + if (masked == SEP_MASK) { + sprintf(file, "%s/%s_mask.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &mask, NULL, file); ++ &mask, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf("cannot open %s\n", file); + exit(1); Property changes on: head/games/gnomegames/files/patch-ah ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/gnomegames2/files/patch-ah =================================================================== --- head/games/gnomegames2/files/patch-ah (nonexistent) +++ head/games/gnomegames2/files/patch-ah (revision 23548) @@ -0,0 +1,20 @@ +--- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 ++++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 +@@ -9,7 +9,7 @@ + + sprintf (file, "%s/%s.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &bitmap, NULL, file); ++ &bitmap, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf ("cannot open %s\n", file); + exit(1); +@@ -18,7 +18,7 @@ + if (masked == SEP_MASK) { + sprintf(file, "%s/%s_mask.xpm", dir, name); + pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, +- &mask, NULL, file); ++ &mask, (GdkColor *)NULL, file); + if (pixmap == NULL) { + printf("cannot open %s\n", file); + exit(1); Property changes on: head/games/gnomegames2/files/patch-ah ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property