svn commit: r502427 - head/games/avp

Piotr Kubaj pkubaj at FreeBSD.org
Fri May 24 08:04:41 UTC 2019


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:


More information about the svn-ports-all mailing list