diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 04:54:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 04:54:44 +0000 |
commit | 4a2380559f61b492627a993bdaa9ad597505c953 (patch) | |
tree | 2b7a2b6237115d0f95e31f384f24bada95044247 /games | |
parent | 944a6bf4597b457656ea5f70c22e2dca0eecea32 (diff) | |
download | ports-4a2380559f61b492627a993bdaa9ad597505c953.tar.gz ports-4a2380559f61b492627a993bdaa9ad597505c953.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity/files/patch-help.cxx | 10 | ||||
-rw-r--r-- | games/lincity/files/patch-mouse.cxx | 10 | ||||
-rw-r--r-- | games/lincity/files/patch-mps.cxx | 10 | ||||
-rw-r--r-- | games/lincity/files/patch-screen.cxx | 10 | ||||
-rw-r--r-- | games/lincity/files/patch-typeinit.cxx | 10 |
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 |