Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 15:23:22 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512642 - head/games/tome4
Message-ID:  <201909231523.x8NFNMNg084850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;" ""
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909231523.x8NFNMNg084850>