https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213256
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Can you make clean ; make and take a look at the top of the build output? The top 20 lines or so is enough; you should see something like this: ===> qt5-3d-5.6.1 depends on shared library: libassimp.so.3 - found (/usr/local/lib/libassimp.so.3) ===> Configuring for qt5-3d-5.6.1 /bin/mkdir -p /zbigone/src/ports-playground/graphics/qt5-3d/work/qt3d-opensource-src-5.6.1 echo 'CMAKE_MODULE_TESTS = -' > /zbigone/src/ports-playground/graphics/qt5-3d/work/qt3d-opensource-src-5.6.1/.qmake.cache echo 'QMAKE_LIBDIR_FLAGS = -L/zbigone/src/ports-playground/graphics/qt5-3d/work/qt3d-opensource-src-5.6.1/lib' >> /zbigone/src/ports-playground/graphics/qt5-3d/work/qt3d-opensource-src-5.6.1/.qmake.cache Checking for assimp... yes Reading /zbigone/src/ports-playground/graphics/qt5-3d/work/qt3d-opensource-src-5.6.1/src/src.pro In particular that ports is looking for, and finding, libassimp, and that subsequently Qt configure ("Checking for assimp... yes") is also finding libassimp. -- You are receiving this mail because: You are the assignee for the bug.
