summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ag
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-12-05 00:06:42 +0000
committerjtb <jtb@pkgsrc.org>2000-12-05 00:06:42 +0000
commit0efd4ad41f36c03aa8b541a2c5521f465fb46c2d (patch)
tree45f37b4efae8c50ac7b3939e6436c1275224cec5 /math/meschach/patches/patch-ag
parentb0103261a9b2086f85bf2a017852601f4f359b85 (diff)
downloadpkgsrc-0efd4ad41f36c03aa8b541a2c5521f465fb46c2d.tar.gz
Initial import of new "meschach" package:
Library of C Routines for Matrix Computations
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__)