K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-09-26T13:33:22.779874Z K 7 svn:log V 413 audio/xmms-sapplug: add -fPIC to linking with lld on i386 and arm64 By default lld disallows relocations against read-only segments and requires that shared objects are built with -fPIC (as they should be). This port already set -fPIC for amd64, so apply it to arm64 (which already uses lld as the system linker) and i386 (which will soon switch to lld as the system linker). Approved by: portmgr (lld blanket) END