aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-19 12:54:44 +0800
committeredwin <edwin@FreeBSD.org>2002-11-19 12:54:44 +0800
commit68b1e8a25e7038655f61323ef3b1a6a2a2aee275 (patch)
treebccb7f1ea21a48b2020a8de4c86793832b6020f5 /games
parent81865cc7720dddf4f2bb07bb0a28ec9dcae18981 (diff)
downloadfreebsd-ports-gnome-68b1e8a25e7038655f61323ef3b1a6a2a2aee275.tar.gz
freebsd-ports-gnome-68b1e8a25e7038655f61323ef3b1a6a2a2aee275.tar.zst
freebsd-ports-gnome-68b1e8a25e7038655f61323ef3b1a6a2a2aee275.zip
(it might be a smart thing to also commit the new files too)
Make games/lincity building on -current again. Noticed on: bento
Diffstat (limited to 'games')
-rw-r--r--games/lincity/files/patch-help.cxx10
-rw-r--r--games/lincity/files/patch-mouse.cxx10
-rw-r--r--games/lincity/files/patch-mps.cxx10
-rw-r--r--games/lincity/files/patch-screen.cxx10
-rw-r--r--games/lincity/files/patch-typeinit.cxx10
5 files changed, 50 insertions, 0 deletions
diff --git a/games/lincity/files/patch-help.cxx b/games/lincity/files/patch-help.cxx
new file mode 100644
index 000000000000..ec4d22cfd442
--- /dev/null
+++ b/games/lincity/files/patch-help.cxx
@@ -0,0 +1,10 @@
+--- help.cxx.orig Tue Nov 19 05:32:53 2002
++++ help.cxx Tue Nov 19 05:33:02 2002
+@@ -3,6 +3,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #if !defined (WIN32)
+ #include <strings.h>
+ #endif
diff --git a/games/lincity/files/patch-mouse.cxx b/games/lincity/files/patch-mouse.cxx
new file mode 100644
index 000000000000..c0fd57d539e1
--- /dev/null
+++ b/games/lincity/files/patch-mouse.cxx
@@ -0,0 +1,10 @@
+--- mouse.cxx.orig Tue Nov 19 05:28:01 2002
++++ mouse.cxx Tue Nov 19 05:28:35 2002
+@@ -2,6 +2,7 @@
+ // Copyright (c) I J Peters 1995,1996. Please read the file 'COPYRIGHT'.
+
+ #include <stdio.h>
++#include <string.h>
+ #include <stdlib.h>
+ #if !defined (WIN32)
+ #include <strings.h>
diff --git a/games/lincity/files/patch-mps.cxx b/games/lincity/files/patch-mps.cxx
new file mode 100644
index 000000000000..84123c6d5001
--- /dev/null
+++ b/games/lincity/files/patch-mps.cxx
@@ -0,0 +1,10 @@
+--- mps.cxx.orig Tue Nov 19 05:30:41 2002
++++ mps.cxx Tue Nov 19 05:30:56 2002
+@@ -4,6 +4,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ #if !defined (WIN32)
+ #include <strings.h>
+ #include <unistd.h>
diff --git a/games/lincity/files/patch-screen.cxx b/games/lincity/files/patch-screen.cxx
new file mode 100644
index 000000000000..dfc02885c3e7
--- /dev/null
+++ b/games/lincity/files/patch-screen.cxx
@@ -0,0 +1,10 @@
+--- screen.cxx.orig Tue Nov 19 05:29:40 2002
++++ screen.cxx Tue Nov 19 05:29:50 2002
+@@ -3,6 +3,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <math.h>
+ #if !defined (WIN32)
+ #include <strings.h>
diff --git a/games/lincity/files/patch-typeinit.cxx b/games/lincity/files/patch-typeinit.cxx
new file mode 100644
index 000000000000..64e9480616d6
--- /dev/null
+++ b/games/lincity/files/patch-typeinit.cxx
@@ -0,0 +1,10 @@
+--- typeinit.cxx.orig Tue Nov 19 05:31:27 2002
++++ typeinit.cxx Tue Nov 19 05:31:36 2002
+@@ -4,6 +4,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #if !defined (WIN32)
+ #include <strings.h>
+ #endif