https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266389

--- Comment #3 from alt2...@icloud.com ---
Created attachment 236558
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236558&action=edit
git-patch_fix_if_yaml-cpp_googletest_installed.diff

tooled around a bit more, and noticed configure fails if yaml-cpp is installed
on system and build fails if googletest is installed.

this patch forces uses of bundled yaml-cpp, and eliminates the cmake find
routines for the optional googletest dependency to allow port to build on
systems that have googletest and yaml-cpp installed on them. googletest can be
eliminated by wiping the cmake find routine file, but yaml-cpp requires
eliminating the conditional if it is found on the system and instead forces the
routines to use the bundled version.

port now configures, installs, and runs fine when built on a live system from
ports.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to