=================================================================== RCS file: /cvs/mystuff-openscad/cad/manifold/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- mystuff-openscad/cad/manifold/Makefile 2025/09/18 18:32:52 1.1.1.1 +++ mystuff-openscad/cad/manifold/Makefile 2025/10/02 03:07:34 1.3 @@ -9,17 +9,20 @@ CATEGORIES = cad devel -# Apache-2.0 license +# Apache-2.0 license 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