diff options
author | dmcmahill <dmcmahill> | 2001-02-09 11:29:36 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-02-09 11:29:36 +0000 |
commit | d08c15515a15210e6be349769d0ca5a677125038 (patch) | |
tree | 9dba087dfdd631abbd7fb633abd47b8f86722735 /cad/fasthenry/patches/patch-al | |
parent | 0f40c17da62185aafe7eb108c57c313505fc8ee9 (diff) | |
download | pkgsrc-d08c15515a15210e6be349769d0ca5a677125038.tar.gz |
-include a ton of missing header files for 64 bit machines. there remain
some 64 bit related compiler warnings to fix.
- while here, use libffm if on an alpha for faster math. In this case
20-30% faster.
Diffstat (limited to 'cad/fasthenry/patches/patch-al')
-rw-r--r-- | cad/fasthenry/patches/patch-al | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-al b/cad/fasthenry/patches/patch-al new file mode 100644 index 00000000000..0222e23cf6a --- /dev/null +++ b/cad/fasthenry/patches/patch-al @@ -0,0 +1,10 @@ +$NetBSD: patch-al,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $ + +--- src/fasthenry/uglieralloc.c.orig Tue Nov 12 14:18:48 1996 ++++ src/fasthenry/uglieralloc.c Thu Feb 8 19:35:37 2001 +@@ -21,4 +21,5 @@ + */ + #include <stdio.h> ++#include <string.h> + + #define NALLOC 8184 /* >= sizeof(HEADER)*NALLOC bytes sbrk()'d */ |