aboutsummaryrefslogtreecommitdiff
path: root/games/avp
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-24 08:04:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-24 08:04:40 +0000
commit7710964d6fb0d84b7976bf6f3cb4819e653de206 (patch)
tree03204a53b7c843ead270d79eb2fb8074cf18f755 /games/avp
parent45b4cf53f5dccabf9333c6c90e035e1fe92b6c8c (diff)
downloadports-7710964d6fb0d84b7976bf6f3cb4819e653de206.tar.gz
ports-7710964d6fb0d84b7976bf6f3cb4819e653de206.zip
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
Notes
Notes: svn path=/head/; revision=502427
Diffstat (limited to 'games/avp')
-rw-r--r--games/avp/Makefile1
1 files changed, 1 insertions, 0 deletions
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: