From 83bcc30a853d6018c08a4d5473d95ba7be36c7f0 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 28 Feb 2004 11:40:16 +0000 Subject: Unbreak for non-i386. --- games/xrobots/files/patch-main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xrobots/files/patch-main.c (limited to 'games/xrobots/files/patch-main.c') diff --git a/games/xrobots/files/patch-main.c b/games/xrobots/files/patch-main.c new file mode 100644 index 000000000000..882172cf2dca --- /dev/null +++ b/games/xrobots/files/patch-main.c @@ -0,0 +1,11 @@ +--- main.c.orig Sat Feb 28 22:37:53 2004 ++++ main.c Sat Feb 28 22:38:30 2004 +@@ -170,7 +170,7 @@ + {"-scorefile","scorefile",XrmoptionSepArg, NULL }, + }; + +-static XtResource application_resources[] = { ++XtResource application_resources[] = { + {"foreground", "Foreground", XtRPixel, sizeof(Pixel), + (Cardinal)&fg, XtRString, (caddr_t) "Black"}, + {"background", "Background", XtRPixel, sizeof(Pixel), -- cgit v1.2.3