summaryrefslogtreecommitdiff
path: root/games/lincity/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/lincity/patches/patch-ac')
-rw-r--r--games/lincity/patches/patch-ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/lincity/patches/patch-ac b/games/lincity/patches/patch-ac
deleted file mode 100644
index 847eb40c766..00000000000
--- a/games/lincity/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/12/11 14:45:39 wiz Exp $
-
---- lcx11.cxx.orig Fri Feb 26 02:17:54 1999
-+++ lcx11.cxx
-@@ -715,7 +715,7 @@
- #ifdef USE_IMAGES
- Fgl_putbox_low (display.win, 0, 0,
- x1, y1, x2 - x1, y2 - y1,
-- pixmap, (640 + BORDERX),
-+ (unsigned char *)pixmap, (640 + BORDERX),
- x1, y1);
- #else
- int x, y;
-@@ -1115,7 +1115,9 @@
- init_icon_pixmap (int type)
- {
- unsigned char *g;
-+#ifndef USE_IMAGES
- int x, y;
-+#endif
- #ifdef ALLOW_PIX_DOUBLING
- if (pix_double)
- icon_pixmap[type] = XCreatePixmap (display.dpy, display.win