aboutsummaryrefslogtreecommitdiffstats
path: root/games/lincity
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-09-28 00:55:25 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-09-28 00:55:25 +0800
commitc8db0c481f8d75a20420e92c5df1d05e5daca9ba (patch)
treec6de385f298774bee79c88b6a6ab5f17da335b68 /games/lincity
parente62e1f09bf8cc4714d10198ef25085121bd4de71 (diff)
downloadfreebsd-ports-gnome-c8db0c481f8d75a20420e92c5df1d05e5daca9ba.tar.gz
freebsd-ports-gnome-c8db0c481f8d75a20420e92c5df1d05e5daca9ba.tar.zst
freebsd-ports-gnome-c8db0c481f8d75a20420e92c5df1d05e5daca9ba.zip
oops, forgot two patches in the upgrade to version 1.11
Diffstat (limited to 'games/lincity')
-rw-r--r--games/lincity/files/patch-ab11
-rw-r--r--games/lincity/files/patch-ac8
2 files changed, 19 insertions, 0 deletions
diff --git a/games/lincity/files/patch-ab b/games/lincity/files/patch-ab
new file mode 100644
index 000000000000..a393527e2c79
--- /dev/null
+++ b/games/lincity/files/patch-ab
@@ -0,0 +1,11 @@
+--- lcx11.cxx.orig Thu Feb 25 20:17:54 1999
++++ lcx11.cxx Sat Sep 25 17:47:12 1999
+@@ -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;
diff --git a/games/lincity/files/patch-ac b/games/lincity/files/patch-ac
new file mode 100644
index 000000000000..3d1c5941ef19
--- /dev/null
+++ b/games/lincity/files/patch-ac
@@ -0,0 +1,8 @@
+--- main.cxx.orig Thu Feb 25 20:17:54 1999
++++ main.cxx Sat Sep 25 17:56:44 1999
+@@ -780,5 +780,4 @@
+ if ((dp = opendir (dir)) == NULL)
+ {
+- closedir (dp);
+ return 0;
+ }