K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-04-06T01:36:08.071931Z K 7 svn:log V 523 games/allacrost: fix build when lld is the system linker Ports that use openal (such as this one) fail to link with lld as the system linker due to disagreement in the handling of preemption of protected visibility symbols in shared objects. In the case of games/allacrost, failed at configure time: checking for alGetError in -lopenal... no You need to install the OpenAL library. ===> Script "configure" failed unexpectedly. PR: 226980 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation END