summaryrefslogtreecommitdiff
path: root/math/mtl/files/patch-mtl__linalg_vec.h
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-01-01 17:34:49 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-01-01 17:34:49 +0000
commit486a856d6bb14bad22e55b3d87f80a69725aa3dd (patch)
tree2a445277d1931fe7cb8a0742786c969c93e84c21 /math/mtl/files/patch-mtl__linalg_vec.h
parent- Update to 1.241 (diff)
update to 2.1.2.23; add LICENSE and test targets; respect CXX and
CXXFLAGS; fix the build with lang/gcc46 (refactored libstdc++ headers) and clang (stricter unqualified lookups in templates); install examples
Notes
Notes: svn path=/head/; revision=288375
Diffstat (limited to 'math/mtl/files/patch-mtl__linalg_vec.h')
-rw-r--r--math/mtl/files/patch-mtl__linalg_vec.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/mtl/files/patch-mtl__linalg_vec.h b/math/mtl/files/patch-mtl__linalg_vec.h
new file mode 100644
index 000000000000..d8910e343a12
--- /dev/null
+++ b/math/mtl/files/patch-mtl__linalg_vec.h
@@ -0,0 +1,10 @@
+--- mtl/linalg_vec.h.orig 2007-04-10 16:03:10.000000000 -0400
++++ mtl/linalg_vec.h 2012-01-01 06:06:12.000000000 -0500
+@@ -116,6 +116,7 @@
+ typedef difference_type Vec_difference_type;
+ typedef iterator Vec_iterator;
+ typedef const_iterator Vec_const_iterator;
++ typedef value_type Vec_value_type;
+
+ class IndexArray {
+ public: