=================================================================== RCS file: /cvs/mystuff-openscad/cad/clipper2/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mystuff-openscad/cad/clipper2/Makefile 2025/10/02 23:24:41 1.3 +++ mystuff-openscad/cad/clipper2/Makefile 2025/11/26 02:31:05 1.4 @@ -1,4 +1,4 @@ -COMMENT = library to carry out intersection/union etc on polygons +COMMENT = library to perform boolean operations on polygons V = 1.5.4 PKGNAME = clipper2-${V} @@ -9,7 +9,7 @@ SHARED_LIBS += Clipper2 0.0 # 0.0 SHARED_LIBS += Clipper2Z 0.0 # 0.0 -CATEGORIES = cad devel +CATEGORIES = cad HOMEPAGE = https://www.angusj.com/clipper2 @@ -27,6 +27,7 @@ BUILD_DEPENDS = devel/gtest CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON \ - -DUSE_EXTERNAL_GTEST=ON + -DUSE_EXTERNAL_GTEST=ON \ + -DCLIPPER2_EXAMPLES=OFF .include