summaryrefslogtreecommitdiff
path: root/games/jetpack/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/jetpack/files/patch-ad')
-rw-r--r--games/jetpack/files/patch-ad38
1 files changed, 0 insertions, 38 deletions
diff --git a/games/jetpack/files/patch-ad b/games/jetpack/files/patch-ad
deleted file mode 100644
index 308b486b33f0..000000000000
--- a/games/jetpack/files/patch-ad
+++ /dev/null
@@ -1,38 +0,0 @@
-*** initx.c.orig Mon Apr 6 12:59:29 1992
---- initx.c Mon Jan 2 12:14:16 1995
-***************
-*** 44,57 ****
- resulting fontname right into the code.
- */
-
-! static char *fontname = "-*-fixed-medium-r-normal--*-70-*-*-c-*-*-*";
- static char *bigfontname = "-*-courier-bold-r-normal--*-180-*-*-m-150-*-*";
-
- /* init_X opens the display and sets up all the color stuff
- */
- init_X()
- {
-! display = XOpenDisplay(NULL);
- if (display == NULL) {
- fprintf(stderr, "Jetpack : Cannot connect to X Server %s\n",
- XDisplayName(NULL));
---- 44,62 ----
- resulting fontname right into the code.
- */
-
-! static char *fontname = "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-*-*-*";
- static char *bigfontname = "-*-courier-bold-r-normal--*-180-*-*-m-150-*-*";
-
- /* init_X opens the display and sets up all the color stuff
- */
- init_X()
- {
-! int saved_euid;
-!
-! saved_euid = geteuid();
-! seteuid(getuid());
-! display = XOpenDisplay("");
-! seteuid(saved_euid);
- if (display == NULL) {
- fprintf(stderr, "Jetpack : Cannot connect to X Server %s\n",
- XDisplayName(NULL));