pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/felt Include stdlib.h instead of malloc.h to build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebe9c3bff1fc
branches:  trunk
changeset: 493237:ebe9c3bff1fc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 30 17:26:43 2005 +0000

description:
Include stdlib.h instead of malloc.h to build on Darwin.

diffstat:

 cad/felt/distinfo         |   3 ++-
 cad/felt/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a32d81cbde5e -r ebe9c3bff1fc cad/felt/distinfo
--- a/cad/felt/distinfo Sat Apr 30 17:13:21 2005 +0000
+++ b/cad/felt/distinfo Sat Apr 30 17:26:43 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/04/30 17:26:43 minskim Exp $
 
 SHA1 (felt-3.05.src.tar.gz) = da3e1ced626cc1c65a570d3e6e242252c039c28b
 RMD160 (felt-3.05.src.tar.gz) = 0d2a363a6ef09f3b3a0e2be186c4c051ac1ea19a
@@ -9,3 +9,4 @@
 SHA1 (patch-aa) = fbf4c14dec40fc1e5aa5009625c6465bc8d763ab
 SHA1 (patch-ab) = 60feea9b0b0af2b71b2a8780227eccbd223b12c5
 SHA1 (patch-ac) = 4bbdbf6c4fd597cbdaa355c5da9d6a46d649b66e
+SHA1 (patch-ad) = b39e8556168d434dc156915e5f33b1eaf5745144
diff -r a32d81cbde5e -r ebe9c3bff1fc cad/felt/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ad Sat Apr 30 17:26:43 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/04/30 17:26:43 minskim Exp $
+
+--- include/allocate.h.orig    Mon Feb 21 16:44:25 2000
++++ include/allocate.h
+@@ -25,7 +25,7 @@
+ 
+ # ifndef _ALLOCATE_H
+ # define _ALLOCATE_H
+-# include "malloc.h"
++# include <stdlib.h>
+ 
+ # define AllocNew(type) \
+       (type *) malloc (sizeof (type))



Home | Main Index | Thread Index | Old Index