summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2005-10-31 20:04:45 +0000
committertv <tv>2005-10-31 20:04:45 +0000
commitb98d9b6eec0afbe5bfd4b2cbdc0f2c7dada0de3c (patch)
tree7d198b57b8ef1305819948730636aacdef721b78
parent337ac4f3368e1a6e41f7be2cc8005137798db998 (diff)
downloadpkgsrc-b98d9b6eec0afbe5bfd4b2cbdc0f2c7dada0de3c.tar.gz
Include <stdlib.h> to get [u]intptr_t on Interix.
-rw-r--r--editors/ex/distinfo4
-rw-r--r--editors/ex/patches/patch-ab12
-rw-r--r--editors/ex/patches/patch-ac12
3 files changed, 27 insertions, 1 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo
index 13992e48a81..beccdb9856b 100644
--- a/editors/ex/distinfo
+++ b/editors/ex/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:15:10 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/10/31 20:04:45 tv Exp $
SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09
RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1
Size (ex-040103.tar.gz) = 284130 bytes
SHA1 (patch-aa) = 28d07a850482fffa5e0726438868b55a94105e50
+SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e
+SHA1 (patch-ac) = df1d208fc0736f130a2a1a4fbf7a4f7d3e45bbdb
diff --git a/editors/ex/patches/patch-ab b/editors/ex/patches/patch-ab
new file mode 100644
index 00000000000..4cb692d3ef6
--- /dev/null
+++ b/editors/ex/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/31 20:04:46 tv Exp $
+
+--- malloc.c.orig 2002-03-02 07:15:03.000000000 -0500
++++ malloc.c
+@@ -45,6 +45,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <stdlib.h>
+ #else /* !POSIX_1 */
+ #include <sys/types.h>
+ extern int errno;
diff --git a/editors/ex/patches/patch-ac b/editors/ex/patches/patch-ac
new file mode 100644
index 00000000000..b657648710c
--- /dev/null
+++ b/editors/ex/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/10/31 20:04:46 tv Exp $
+
+--- mapmalloc.c.orig 2003-01-28 15:04:25.000000000 -0500
++++ mapmalloc.c
+@@ -54,6 +54,7 @@
+ #include <fcntl.h>
+ #include <errno.h>
+ #include <limits.h>
++#include <stdlib.h>
+ #ifdef __GLIBC__
+ /*
+ * Broken GNU libc will include stdlib.h with conflicting