=================================================================== RCS file: /cvs/mystuff-openscad/cad/manifold/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mystuff-openscad/cad/manifold/Makefile 2025/09/18 18:32:52 1.1.1.1 +++ mystuff-openscad/cad/manifold/Makefile 2025/09/24 17:50:09 1.2 @@ -13,13 +13,16 @@ PERMIT_PACKAGE = Yes MODULES = devel/cmake -COMPILER = base-clang ports-clang +# Used by cad/openscad so match COMPILER +COMPILER = base-clang ports-gcc + WANTLIB += ${COMPILER_LIBCXX} m SHARED_LIBS += manifold 0.0 # 0.0 SHARED_LIBS += manifoldc 0.0 # 0.0 +# Trouble with gtest, can probably be fixed. CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF .include