summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fasthenry/patches/patch-am')
-rw-r--r--cad/fasthenry/patches/patch-am20
1 files changed, 12 insertions, 8 deletions
diff --git a/cad/fasthenry/patches/patch-am b/cad/fasthenry/patches/patch-am
index f5a825df322..19b97f35cf2 100644
--- a/cad/fasthenry/patches/patch-am
+++ b/cad/fasthenry/patches/patch-am
@@ -1,11 +1,15 @@
-$NetBSD: patch-am,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $
+$NetBSD: patch-am,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
---- src/zbuf/zbuf.c.orig Tue Nov 12 14:18:57 1996
-+++ src/zbuf/zbuf.c Thu Feb 8 19:37:31 2001
-@@ -33,4 +33,6 @@
- */
-
+--- src/fasthenry/savemat_mod.c.orig Tue Aug 3 22:17:16 2004
++++ src/fasthenry/savemat_mod.c
+@@ -56,8 +56,9 @@ operation of Software or Licensed Progra
+ * Revised 7-23-91 to support ANSI-C
+ */
+ #include <stdio.h>
+#include <string.h>
-+
- #include "mulGlobal.h"
+-#ifdef ALPHA
++#if defined(ALPHA) || defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__)
+ typedef struct {
+ int type; /* type */
+ int mrows; /* row dimension */