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-nurbs_d_surface.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 graphics/nurbs++/files/patch-nurbs_d_surface.cpp (limited to 'graphics/nurbs++/files/patch-nurbs_d_surface.cpp') diff --git a/graphics/nurbs++/files/patch-nurbs_d_surface.cpp b/graphics/nurbs++/files/patch-nurbs_d_surface.cpp new file mode 100644 index 000000000000..09cd985bfe79 --- /dev/null +++ b/graphics/nurbs++/files/patch-nurbs_d_surface.cpp @@ -0,0 +1,24 @@ +--- nurbs/d_surface.cpp.orig 2008-02-13 22:34:54.000000000 +0100 ++++ nurbs/d_surface.cpp 2008-02-13 22:35:05.000000000 +0100 +@@ -19,21 +19,4 @@ + cerr << "NOT DEFINED FOR 2D SURFACES.\n" ; + return 0; + } +- +-#ifdef NO_IMPLICIT_TEMPLATES +- +- template class InterPoint ; +- template class InterPoint ; +- +- template class BasicList > ; +- template class BasicList > ; +- +- template class ParaSurface ; +- template class ParaSurface ; +- +- template void intersectSurfaces(const ParaSurface&, const ParaSurface&, BasicList >&, int, double, double, double, double) ; +- template void intersectSurfaces(const ParaSurface&, const ParaSurface&, BasicList >&, int, double, double, double, double) ; +- +-#endif +- + } -- cgit v1.2.3