aboutsummaryrefslogtreecommitdiff
path: root/science/glens/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-08 08:39:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-08 08:39:30 +0000
commit0105a77e229b6aa0aacce0f287a84dd504e5703f (patch)
treecfef2c5eb79531f7f422c789b476d62b6273ef15 /science/glens/files
parent36830729ec7cd470b9309ecf9007c62be142ee9e (diff)
downloadports-0105a77e229b6aa0aacce0f287a84dd504e5703f.tar.gz
ports-0105a77e229b6aa0aacce0f287a84dd504e5703f.zip
Notes
Diffstat (limited to 'science/glens/files')
-rw-r--r--science/glens/files/patch-mat.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/glens/files/patch-mat.cpp b/science/glens/files/patch-mat.cpp
new file mode 100644
index 000000000000..55d691669bc3
--- /dev/null
+++ b/science/glens/files/patch-mat.cpp
@@ -0,0 +1,10 @@
+--- src/mat.cpp.orig Thu Aug 8 16:29:42 2002
++++ src/mat.cpp Thu Aug 8 16:29:55 2002
+@@ -12,6 +12,7 @@
+
+ #include <math.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "mat.h"
+
+ void inverse(view *in, view *out)