Ticket #2063: osgeolive-services.patch

File osgeolive-services.patch, 505 bytes (added by djay, 6 years ago)

For building CGAL services, use the following patch from zoo-services.

  • cgal/voronoi.c

     
    2323 */
    2424
    2525#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
    26 #include <CGAL/Triangulation_euclidean_traits_xy_3.h>
     26#include <CGAL/Triangulation_euclidean_traits_2.h>
    2727#include <CGAL/Delaunay_triangulation_2.h>
    2828#include <CGAL/Constrained_Delaunay_triangulation_2.h>
    2929#include <CGAL/Triangulation_conformer_2.h>