summaryrefslogtreecommitdiff
path: root/emulators/sms_sdl
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-17 18:53:26 +0000
committerminskim <minskim>2007-06-17 18:53:26 +0000
commit05665bcc5218bd5ea7fcc1e782d820f30fbe0e83 (patch)
tree6b57275b5bf2d5494c5dcf20d6d8189dfa7fd603 /emulators/sms_sdl
parent88f919b4fc454c6348c85965c3fe72d47a83ca64 (diff)
downloadpkgsrc-05665bcc5218bd5ea7fcc1e782d820f30fbe0e83.tar.gz
Do not use malloc.h.
Diffstat (limited to 'emulators/sms_sdl')
-rw-r--r--emulators/sms_sdl/distinfo3
-rw-r--r--emulators/sms_sdl/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/sms_sdl/distinfo b/emulators/sms_sdl/distinfo
index 8f0322ebe44..e24afa8fca9 100644
--- a/emulators/sms_sdl/distinfo
+++ b/emulators/sms_sdl/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/06/17 18:53:26 minskim Exp $
SHA1 (sms_sdl-0.9.4a-r7.1-src.zip) = 66147e5b9d69eca64924093ca26c580acf20c493
RMD160 (sms_sdl-0.9.4a-r7.1-src.zip) = 98a7b6101a496f80b5c5b54231816d39a69e40f5
Size (sms_sdl-0.9.4a-r7.1-src.zip) = 113154 bytes
+SHA1 (patch-aa) = 80a6ee341b8b3e4d5c92bcd42ef26164dac3e9f6
diff --git a/emulators/sms_sdl/patches/patch-aa b/emulators/sms_sdl/patches/patch-aa
new file mode 100644
index 00000000000..5326a802515
--- /dev/null
+++ b/emulators/sms_sdl/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/17 18:53:26 minskim Exp $
+
+--- shared.h.orig 2003-01-09 17:18:08.000000000 -0800
++++ shared.h
+@@ -2,7 +2,6 @@
+ #define _SHARED_H_
+
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include <math.h>