aboutsummaryrefslogtreecommitdiff
path: root/games/openmortal/files
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/openmortal/files
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
Notes
Diffstat (limited to 'games/openmortal/files')
-rw-r--r--games/openmortal/files/patch-src_gfx.cpp11
-rw-r--r--games/openmortal/files/patch-src_sge_tt_text.cpp10
2 files changed, 21 insertions, 0 deletions
diff --git a/games/openmortal/files/patch-src_gfx.cpp b/games/openmortal/files/patch-src_gfx.cpp
new file mode 100644
index 000000000000..c1c21476c0a1
--- /dev/null
+++ b/games/openmortal/files/patch-src_gfx.cpp
@@ -0,0 +1,11 @@
+--- src/gfx.cpp.orig Tue Sep 12 18:28:52 2006
++++ src/gfx.cpp Tue Sep 12 18:29:04 2006
+@@ -7,7 +7,7 @@
+ ***************************************************************************/
+
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+
+ #include "SDL.h"
diff --git a/games/openmortal/files/patch-src_sge_tt_text.cpp b/games/openmortal/files/patch-src_sge_tt_text.cpp
new file mode 100644
index 000000000000..0df428b3db45
--- /dev/null
+++ b/games/openmortal/files/patch-src_sge_tt_text.cpp
@@ -0,0 +1,10 @@
+--- src/sge_tt_text.cpp.orig Tue Sep 12 18:29:07 2006
++++ src/sge_tt_text.cpp Tue Sep 12 18:29:12 2006
+@@ -26,7 +26,6 @@
+
+ #include "SDL.h"
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <memory.h>
+ #include <string.h>
+ #include <stdarg.h>