=================================================================== RCS file: /cvs/mystuff-openscad/cad/manifold/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mystuff-openscad/cad/manifold/Makefile 2025/11/21 19:32:44 1.6 +++ mystuff-openscad/cad/manifold/Makefile 2025/11/26 02:33:56 1.7 @@ -1,4 +1,3 @@ - COMMENT = geometry library for topological robustness GH_ACCOUNT = elalish GH_PROJECT = manifold @@ -14,7 +13,7 @@ MODULES = devel/cmake -WANTLIB += ${COMPILER_LIBCXX} m Clipper2 +WANTLIB += ${COMPILER_LIBCXX} Clipper2 m COMPILER = base-clang ports-gcc @@ -24,5 +23,6 @@ # Trouble with gtest, can probably be fixed. #CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF +CONFIGURE_ARGS = -DMANIFOLD_DOWNLOADS=OFF .include