summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/meschach/patches/patch-ad')
-rw-r--r--math/meschach/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/meschach/patches/patch-ad b/math/meschach/patches/patch-ad
new file mode 100644
index 00000000000..e44cbab967f
--- /dev/null
+++ b/math/meschach/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- memtort.c.orig Fri Jan 14 00:46:45 1994
++++ memtort.c
+@@ -32,9 +32,9 @@
+
+ #include <stdio.h>
+ #include <math.h>
+-#include "matrix2.h"
+-#include "sparse2.h"
+-#include "zmatrix2.h"
++#include <meschach/matrix2.h>
++#include <meschach/sparse2.h>
++#include <meschach/zmatrix2.h>
+
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)