CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/03 14:36:29
Modified files:
lang/crystal : Makefile
Log message:
Use llvm-config from ports, not from base
Base has /usr/bin/llvm-config after the switch to LLVM 10, so crystal
would run the wrong llvm-config and fail to build (with a linker
error). The bootstrap crystal.o needs LLVM 8. Using llvm-config from
ports works for now, because ports devel/llvm is still LLVM 8.
ok sthen@
