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_barray2d_uchar.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp (limited to 'graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp') diff --git a/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp b/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp new file mode 100644 index 000000000000..36c8aa860eb8 --- /dev/null +++ b/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp @@ -0,0 +1,11 @@ +--- matrix/barray2d_uchar.cpp.orig 2008-02-13 22:18:33.000000000 +0100 ++++ matrix/barray2d_uchar.cpp 2008-02-13 22:18:50.000000000 +0100 +@@ -27,7 +27,7 @@ + + namespace PLib { + +-ostream& ++template<> ostream& + Basic2DArray::print(ostream& os) const + { + int i, j; -- cgit v1.2.3