summaryrefslogtreecommitdiff
path: root/math/mtrxmath/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtrxmath/files')
-rw-r--r--math/mtrxmath/files/patch-Makefile6
-rw-r--r--math/mtrxmath/files/patch-mtrxmath.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/math/mtrxmath/files/patch-Makefile b/math/mtrxmath/files/patch-Makefile
index a28360d8b6e3..3d3040d69962 100644
--- a/math/mtrxmath/files/patch-Makefile
+++ b/math/mtrxmath/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Apr 9 10:26:51 2001
-+++ Makefile Sun Mar 7 12:06:36 2004
+--- Makefile.orig 2001-04-09 01:26:51 UTC
++++ Makefile
@@ -1,10 +1,9 @@
# Edited for Debian GNU/Linux
DESTDIR=
@@ -12,7 +12,7 @@
SRCS=add.c mtrxmath.c mult.c sub.c inverse.c
-@@ -14,7 +13,7 @@
+@@ -14,7 +13,7 @@ EXE=mtrxmath
all: ${EXE}
${EXE}: ${OBJS}
diff --git a/math/mtrxmath/files/patch-mtrxmath.h b/math/mtrxmath/files/patch-mtrxmath.h
index 60c4e31b8a56..b20533752ff5 100644
--- a/math/mtrxmath/files/patch-mtrxmath.h
+++ b/math/mtrxmath/files/patch-mtrxmath.h
@@ -1,5 +1,5 @@
---- mtrxmath.h.orig Tue Jan 9 20:33:48 2001
-+++ mtrxmath.h Tue Jan 9 20:35:02 2001
+--- mtrxmath.h.orig 2001-09-19 15:31:44 UTC
++++ mtrxmath.h
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>