Date: Fri, 24 May 2019 08:04:40 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502427 - head/games/avp Message-ID: <201905240804.x4O84enb005896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri May 24 08:04:40 2019 New Revision: 502427 URL: https://svnweb.freebsd.org/changeset/ports/502427 Log: 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 Modified: head/games/avp/Makefile Modified: head/games/avp/Makefile ============================================================================== --- head/games/avp/Makefile Fri May 24 07:57:11 2019 (r502426) +++ head/games/avp/Makefile Fri May 24 08:04:40 2019 (r502427) @@ -17,6 +17,7 @@ USES= cmake gl openal sdl USE_GL= gl USE_SDL= sdl +LLD_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905240804.x4O84enb005896>