diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-05 10:37:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-05 10:37:49 +0000 |
commit | de41dc41f09800329e668c2329ab2c9435a639b4 (patch) | |
tree | cea88d12da69251c4b42e11ba43b43473021e109 /graphics/nurbs++/files/patch-nurbs_d_surface.cpp | |
parent | - Use pkg-message instead of pre-everything echos (diff) |
- Kill graphics/nurbs++ -- can't be built on any supported version
Diffstat (limited to 'graphics/nurbs++/files/patch-nurbs_d_surface.cpp')
-rw-r--r-- | graphics/nurbs++/files/patch-nurbs_d_surface.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/nurbs++/files/patch-nurbs_d_surface.cpp b/graphics/nurbs++/files/patch-nurbs_d_surface.cpp deleted file mode 100644 index 09cd985bfe79..000000000000 --- a/graphics/nurbs++/files/patch-nurbs_d_surface.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- 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<double,2> ; -- template class InterPoint<double,3> ; -- -- template class BasicList<InterPoint<double,2> > ; -- template class BasicList<InterPoint<double,3> > ; -- -- template class ParaSurface<double,2> ; -- template class ParaSurface<double,3> ; -- -- template void intersectSurfaces(const ParaSurface<double,2>&, const ParaSurface<double,2>&, BasicList<InterPoint<double,2> >&, int, double, double, double, double) ; -- template void intersectSurfaces(const ParaSurface<double,3>&, const ParaSurface<double,3>&, BasicList<InterPoint<double,3> >&, int, double, double, double, double) ; -- --#endif -- - } |