Index: head/cad/openscad/files/patch-boost-1.69 =================================================================== --- head/cad/openscad/files/patch-boost-1.69 (nonexistent) +++ head/cad/openscad/files/patch-boost-1.69 (revision 482792) @@ -0,0 +1,13 @@ +https://github.com/openscad/openscad/commit/ce5646179848 + +--- src/CSGTermEvaluator.cc.orig 2015-03-09 05:03:30 UTC ++++ src/CSGTermEvaluator.cc +@@ -109,7 +109,7 @@ static shared_ptr evaluate_csg_term_from_geom + shared_ptr ps = dynamic_pointer_cast(geom); + // Since is_convex() doesn't handle non-planar faces, we need to tessellate + // also in the indeterminate state so we cannot just use a boolean comparison. See #1061 +- bool convex = ps->convexValue(); ++ bool convex(ps->convexValue()); + if (ps && !convex) { + assert(ps->getDimension() == 3); + PolySet *ps_tri = new PolySet(3, ps->convexValue()); Property changes on: head/cad/openscad/files/patch-boost-1.69 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property