summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'math/meschach/patches/patch-ag')
-rw-r--r--math/meschach/patches/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/meschach/patches/patch-ag b/math/meschach/patches/patch-ag
new file mode 100644
index 00000000000..e2fd944d4ea
--- /dev/null
+++ b/math/meschach/patches/patch-ag
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- torture.c.orig Mon Dec 12 20:01:07 1994
++++ torture.c
+@@ -32,7 +32,7 @@
+
+ #include <stdio.h>
+-#include "matrix2.h"
++#include <meschach/matrix2.h>
+ #include <math.h>
+-#include "matlab.h"
++#include <meschach/matlab.h>
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)