From 25f100a96eb494b028046e8856f583888842f9f7 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 21 Oct 2015 16:34:23 +0000 Subject: - Resurrect; unbreak on all supported versions of FreeBSD (and 8.X) - Drop leading indefinite article from COMMENT text - Stagify, convert to USES=libtool, switch to .tar.bz2 distfile --- graphics/nurbs++/files/patch-matrix_matrix.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/nurbs++/files/patch-matrix_matrix.h (limited to 'graphics/nurbs++/files/patch-matrix_matrix.h') diff --git a/graphics/nurbs++/files/patch-matrix_matrix.h b/graphics/nurbs++/files/patch-matrix_matrix.h new file mode 100644 index 000000000000..210beb2407c3 --- /dev/null +++ b/graphics/nurbs++/files/patch-matrix_matrix.h @@ -0,0 +1,11 @@ +--- matrix/matrix.h.orig ++++ matrix/matrix.h +@@ -75,7 +75,7 @@ + + Matrix& operator=(const Matrix&); + T operator=(const T v) +- { reset((T)0); ++ { this->reset((T)0); + diag(v); + return v; } + void submatrix(int i, int j, Matrix&); -- cgit v1.2.3