summaryrefslogtreecommitdiff
path: root/games/gnomegames/files/patch-ah
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
commit1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch)
treebc3c1101d22e55deb5237ef53fbde0f33806170a /games/gnomegames/files/patch-ah
parentAdd in PCI bridge support. It's a run-time option, too, and is required for (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84937
Diffstat (limited to 'games/gnomegames/files/patch-ah')
-rw-r--r--games/gnomegames/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/gnomegames/files/patch-ah b/games/gnomegames/files/patch-ah
deleted file mode 100644
index 31769eb0372b..000000000000
--- a/games/gnomegames/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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);