K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-03-29T15:40:06.015862Z K 7 svn:log V 415 lang/fpc: Set LLD_UNSAFE fpc produces and needs to link an object file with invalid section header alignment, which lld refuses to do. The build fails with: /usr/bin/ld: error: x86_64/units/x86_64-freebsd/i_linux.o: \ invalid alignment of section headers Setting LLD_UNSAFE makes the port link with ld.bfd instead. PR: 222172 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation END