games/el: 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.

PR:		226980
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-04-06 01:58:48 +00:00
parent 37f4dda586
commit 724f1521b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466608

View File

@ -27,6 +27,7 @@ USE_GITHUB= yes
GH_ACCOUNT= raduprv
GH_PROJECT= Eternal-Lands
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lX11
LLD_UNSAFE= yes
ALL_TARGET= el.bin
MAKEFILE= Makefile.bsd