From 7710964d6fb0d84b7976bf6f3cb4819e653de206 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 24 May 2019 08:04:40 +0000 Subject: 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 --- games/avp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/avp') diff --git a/games/avp/Makefile b/games/avp/Makefile index 1e0fe0415537..5da6c1b5b961 100644 --- a/games/avp/Makefile +++ b/games/avp/Makefile @@ -17,6 +17,7 @@ USES= cmake gl openal sdl USE_GL= gl USE_SDL= sdl +LLD_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} do-install: -- cgit v1.2.3