pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dega Use stdlib.h instead of non-standard ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ce3d82b939
branches:  trunk
changeset: 530170:f2ce3d82b939
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 17 18:47:31 2007 +0000

description:
Use stdlib.h instead of non-standard malloc.h.

diffstat:

 emulators/dega/distinfo         |   3 ++-
 emulators/dega/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 4c268537b78f -r f2ce3d82b939 emulators/dega/distinfo
--- a/emulators/dega/distinfo   Sun Jun 17 18:36:19 2007 +0000
+++ b/emulators/dega/distinfo   Sun Jun 17 18:47:31 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 18:49:18 agc Exp $
+$NetBSD: distinfo,v 1.3 2007/06/17 18:47:31 minskim Exp $
 
 SHA1 (dega-1.07.tar.gz) = 1401e5af566bc3e7658a4552940219688c082ce8
 RMD160 (dega-1.07.tar.gz) = a20ad5d4ec47b3a8e65e64355557b6018a9dcfc4
 Size (dega-1.07.tar.gz) = 85189 bytes
+SHA1 (patch-aa) = 92f5e498320b751003f2efb79cafa5f7d96ab119
diff -r 4c268537b78f -r f2ce3d82b939 emulators/dega/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dega/patches/patch-aa   Sun Jun 17 18:47:31 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/06/17 18:47:31 minskim Exp $
+
+--- sdl/main.c.orig    2001-12-19 15:42:38.000000000 -0800
++++ sdl/main.c
+@@ -6,7 +6,7 @@
+ #include <unistd.h>
+ #include <mast.h>
+ #include <SDL.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <getopt.h>
+ 
+ SDL_Surface *thescreen;



Home | Main Index | Thread Index | Old Index