diff options
author | danw <danw> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-23 23:28:29 +0000 |
commit | 74fb83c806b0c83263095a58620a9ae721852525 (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /math/gp-fplsa | |
parent | 455cca40b855dd9893f029b3e9a563f675f02810 (diff) | |
download | pkgsrc-74fb83c806b0c83263095a58620a9ae721852525.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'math/gp-fplsa')
-rw-r--r-- | math/gp-fplsa/distinfo | 3 | ||||
-rw-r--r-- | math/gp-fplsa/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/gp-fplsa/distinfo b/math/gp-fplsa/distinfo index 2a1aac29528..68bc7524b4e 100644 --- a/math/gp-fplsa/distinfo +++ b/math/gp-fplsa/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/24 00:17:25 cjep Exp $ +$NetBSD: distinfo,v 1.2 2004/05/23 23:28:29 danw Exp $ SHA1 (fplsa.zoo) = 05133200b31dc6294cb2e085b3ad478d4b5b87c5 Size (fplsa.zoo) = 206427 bytes +SHA1 (patch-aa) = cc93cf7a25adcf1ea9d58ae87200519538f96e26 diff --git a/math/gp-fplsa/patches/patch-aa b/math/gp-fplsa/patches/patch-aa new file mode 100644 index 00000000000..59e550daa0c --- /dev/null +++ b/math/gp-fplsa/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:29 danw Exp $ + +--- src/fplsa4.c.orig Thu May 6 11:18:56 1999 ++++ src/fplsa4.c +@@ -981,7 +981,6 @@ + #include <time.h> + #include <stdlib.h> + #include <ctype.h> +-#include <malloc.h> + #if defined(SPP_2000) + #include <alloca.h> /* This file the genuine SPP compiler requires */ + #endif |