svn commit: r512642 - head/games/tome4

Nikolai Lifanov lifanov at FreeBSD.org
Mon Sep 23 15:23:23 UTC 2019


Author: lifanov
Date: Mon Sep 23 15:23:22 2019
New Revision: 512642
URL: https://svnweb.freebsd.org/changeset/ports/512642

Log:
  games/tome4: re-enable LLD_UNSAFE
  
  Still can't link with LLD on 12.0-RELEASE.
  No revision bump since it's a build fix.
  
  Reported by:	Piotr Kubaj

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Mon Sep 23 15:22:12 2019	(r512641)
+++ head/games/tome4/Makefile	Mon Sep 23 15:23:22 2019	(r512642)
@@ -26,6 +26,8 @@ USE_GL=		gl glu
 USE_CSTD=	gnu89
 SUB_FILES=	tome4
 
+LLD_UNSAFE=	yes
+
 DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;RolePlaying;" ""
 


More information about the svn-ports-all mailing list