summaryrefslogtreecommitdiff
path: root/editors/emacs20
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-04 12:19:23 +0000
committerjoerg <joerg>2007-08-04 12:19:23 +0000
commita36135537a36362816d562d68676de223b9ec24b (patch)
treec8eb6be6677ab2224ad5773421b67cbb3accf116 /editors/emacs20
parent30cd10bba200e3b96c9ba39b53284ab8334459a9 (diff)
downloadpkgsrc-a36135537a36362816d562d68676de223b9ec24b.tar.gz
malloc.h --> stdlib.h
Diffstat (limited to 'editors/emacs20')
-rw-r--r--editors/emacs20/distinfo3
-rw-r--r--editors/emacs20/patches/patch-cb13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo
index 0899bd12d90..cf4005f5490 100644
--- a/editors/emacs20/distinfo
+++ b/editors/emacs20/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2007/06/30 01:01:13 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/08/04 12:19:23 joerg Exp $
SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
RMD160 (emacs-20.7.tar.gz) = f3b8ea8d6f6ad52ccdd7ca74c84e87a7409fc270
@@ -57,3 +57,4 @@ SHA1 (patch-bx) = 27713e1812240f9ed137aa793cbb5a4fa2cad33b
SHA1 (patch-by) = a383206a32e902c448a1b529cf1eefc485f5beab
SHA1 (patch-bz) = c395a2acb2aa1e2c1582f6bb46a32bcfa4661b85
SHA1 (patch-ca) = e9c9929ea5f16ac9f4bec09f2bf8e4e28578702d
+SHA1 (patch-cb) = a7e3926f4b8a107e004b731f2064493e7d436cd4
diff --git a/editors/emacs20/patches/patch-cb b/editors/emacs20/patches/patch-cb
new file mode 100644
index 00000000000..74979cf71f3
--- /dev/null
+++ b/editors/emacs20/patches/patch-cb
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2007/08/04 12:19:23 joerg Exp $
+
+--- src/alloc.c.orig 2007-08-04 11:48:13.000000000 +0000
++++ src/alloc.c
+@@ -53,7 +53,7 @@ extern char *sbrk ();
+
+ #if defined (__STDC__) && __STDC__
+ #include <stddef.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #define __malloc_size_t size_t
+ #else
+ #define __malloc_size_t unsigned int