forked from Lainports/freebsd-ports
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:
parent
45b4cf53f5
commit
7710964d6f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ USES= cmake gl openal sdl
|
|||
USE_GL= gl
|
||||
USE_SDL= sdl
|
||||
|
||||
LLD_UNSAFE= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue