summaryrefslogtreecommitdiff
path: root/math/gp-fplsa/patches
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/gp-fplsa/patches
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/gp-fplsa/patches')
-rw-r--r--math/gp-fplsa/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
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