diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-08 21:39:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-08 21:39:12 +0000 |
commit | b1eb1139939cb3d1201d0556eacda349e9b05746 (patch) | |
tree | a8e32ea921dc66447be722621c3060b5f1f83508 | |
parent | 62a752ccd3b7e57f3da5df2ae41be29552197205 (diff) | |
download | pkgsrc-b1eb1139939cb3d1201d0556eacda349e9b05746.tar.gz |
Fixed patch-ac from tv to only change the code on Interix. This makes all
other platforms work again.
-rw-r--r-- | editors/ex/distinfo | 4 | ||||
-rw-r--r-- | editors/ex/patches/patch-ac | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo index beccdb9856b..a0a81097dbe 100644 --- a/editors/ex/distinfo +++ b/editors/ex/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2005/10/31 20:04:45 tv Exp $ +$NetBSD: distinfo,v 1.7 2005/11/08 21:39:12 rillig 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 +SHA1 (patch-ac) = f95a9cfc90616d7ce9c202871b8bfe0175e4f26f diff --git a/editors/ex/patches/patch-ac b/editors/ex/patches/patch-ac index b657648710c..b12df044afd 100644 --- a/editors/ex/patches/patch-ac +++ b/editors/ex/patches/patch-ac @@ -1,12 +1,14 @@ -$NetBSD: patch-ac,v 1.1 2005/10/31 20:04:46 tv Exp $ +$NetBSD: patch-ac,v 1.2 2005/11/08 21:39:12 rillig Exp $ --- mapmalloc.c.orig 2003-01-28 15:04:25.000000000 -0500 +++ mapmalloc.c -@@ -54,6 +54,7 @@ +@@ -54,6 +54,9 @@ #include <fcntl.h> #include <errno.h> #include <limits.h> ++#if defined(__INTERIX) +#include <stdlib.h> ++#endif #ifdef __GLIBC__ /* * Broken GNU libc will include stdlib.h with conflicting |