summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ad
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-10 23:43:25 +0000
committerjtb <jtb@pkgsrc.org>2001-05-10 23:43:25 +0000
commitdbc48d5d905f8e2d82a067d51e6949a14fcf4a6c (patch)
tree573262b07b15491d71282ac958cd0356bb9ace66 /math/meschach/patches/patch-ad
parent83591d8ddb8804ea7c5402267e6ae164300e7077 (diff)
downloadpkgsrc-dbc48d5d905f8e2d82a067d51e6949a14fcf4a6c.tar.gz
Use quotes rather than angle brackets for local includes.
Diffstat (limited to 'math/meschach/patches/patch-ad')
-rw-r--r--math/meschach/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/meschach/patches/patch-ad b/math/meschach/patches/patch-ad
index e44cbab967f..07439a8e276 100644
--- a/math/meschach/patches/patch-ad
+++ b/math/meschach/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+$NetBSD: patch-ad,v 1.2 2001/05/10 23:43:26 jtb Exp $
--- memtort.c.orig Fri Jan 14 00:46:45 1994
+++ memtort.c
@@ -9,9 +9,9 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
-#include "matrix2.h"
-#include "sparse2.h"
-#include "zmatrix2.h"
-+#include <meschach/matrix2.h>
-+#include <meschach/sparse2.h>
-+#include <meschach/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__)