CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/09 07:35:19
Modified files:
devel/llvm/13 : Makefile
devel/llvm/16 : Makefile
devel/llvm/files: README-main
Log message:
More fixes for the readme notes on using ports-llvm in mk.conf
Tell people to use the path to the wrapper scripts in /usr/local/bin,
instead of directly using executables /usr/local/llvmXX/bin. Those
depend on libLLVM-XX.so, which isn't in the default library path,
something the wrapper scripts work around by setting LD_LIBRARY_PATH.
ok kn@