https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266389
--- Comment #2 from alt2...@icloud.com --- btw amd64 13.1p1 is my system I can make a patch once I can get configure working again, but the easiest method to stop googletest from tainting the build if its installed is by adding this to the Makefile for the port. not sure if this could/should be done with googlebenchmark, not sure if we have that in ports, I don't have it installed to know how it behaves in the build. I think this is cleaner then patching the cmake files directory, as it is self-contained in the Makefile and easy to undo if for some reason googletest is added as an option at some point in the future. post-patch: # upstream has no option, so wipe finding googletest the second easiest way ${ECHO_CMD} ' ' > ${WRKSRC}/cmake/FindGoogletest.cmake -- You are receiving this mail because: You are the assignee for the bug.