summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-12-02 04:29:31 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-12-02 04:29:31 +0000
commitf372ba1e4d7cdb6d130c76588232c1ae7a947c45 (patch)
treeed6f0a622e0413134658d741a9de73f5670b0df5 /games
parentFix build problems with Gcc 2.95.2 (i.e., 4-CURRENT). (diff)
Add a patch for 4.0-CURRENT.
PR: ports/15110 Submitted by: "Alex D. Chen" <dhchen@ilh.dorm9.nccu.edu.tw>
Notes
Notes: svn path=/head/; revision=23548
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/files/patch-ah20
-rw-r--r--games/gnomegames/files/patch-ah20
-rw-r--r--games/gnomegames2/files/patch-ah20
3 files changed, 60 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-ah b/games/gnome-games/files/patch-ah
new file mode 100644
index 000000000000..31769eb0372b
--- /dev/null
+++ b/games/gnome-games/files/patch-ah
@@ -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);
diff --git a/games/gnomegames/files/patch-ah b/games/gnomegames/files/patch-ah
new file mode 100644
index 000000000000..31769eb0372b
--- /dev/null
+++ b/games/gnomegames/files/patch-ah
@@ -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);
diff --git a/games/gnomegames2/files/patch-ah b/games/gnomegames2/files/patch-ah
new file mode 100644
index 000000000000..31769eb0372b
--- /dev/null
+++ b/games/gnomegames2/files/patch-ah
@@ -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);