summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-23 23:28:29 +0000
committerdanw <danw@pkgsrc.org>2004-05-23 23:28:29 +0000
commit6e8f676783e80d5004357873cec81d74fd8fff28 (patch)
tree0a42eca1c1ab7788ea2342975f551b1a6729f673 /math
parent437e85176cf4c06d971f68c1dfbcc4bf55f43fbb (diff)
downloadpkgsrc-6e8f676783e80d5004357873cec81d74fd8fff28.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')
-rw-r--r--math/gp-fplsa/distinfo3
-rw-r--r--math/gp-fplsa/patches/patch-aa12
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