pkgsrc/math/meschach/patches/patch-ae

15 lines
400 B
Text

$NetBSD: patch-ae,v 1.2 2001/05/10 23:43:26 jtb Exp $
--- mfuntort.c.orig Fri Jan 14 01:08:28 1994
+++ mfuntort.c
@@ -30,8 +30,8 @@
#include <stdio.h>
#include <math.h>
-#include "matrix.h"
-#include "matrix2.h"
+#include "meschach/matrix.h"
+#include "meschach/matrix2.h"
#define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)