games/avp: fix build with clang on 12.0 and newer

12.0 and newer use lld and this port fails to link with lld.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20385
This commit is contained in:
Piotr Kubaj 2019-05-24 08:04:40 +00:00
parent 45b4cf53f5
commit 7710964d6f

View file

@ -17,6 +17,7 @@ USES= cmake gl openal sdl
USE_GL= gl
USE_SDL= sdl
LLD_UNSAFE= yes
PLIST_FILES= bin/${PORTNAME}
do-install: