summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'math/meschach/patches/patch-ai')
-rw-r--r--math/meschach/patches/patch-ai17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/meschach/patches/patch-ai b/math/meschach/patches/patch-ai
new file mode 100644
index 00000000000..1ea7f2160fb
--- /dev/null
+++ b/math/meschach/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- itertort.c.orig Mon Nov 20 20:39:11 2000
++++ itertort.c
+@@ -31,9 +31,9 @@
+ */
+
+ #include <stdio.h>
+-#include "matrix2.h"
+-#include "sparse2.h"
+-#include "iter.h"
++#include <meschach/matrix2.h>
++#include <meschach/sparse2.h>
++#include <meschach/iter.h>
+ #include <math.h>
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)