svn commit: r487337 - head/games/voxelands

Mark Linimon linimon at FreeBSD.org
Thu Dec 13 02:43:35 UTC 2018


Author: linimon
Date: Thu Dec 13 02:43:34 2018
New Revision: 487337
URL: https://svnweb.freebsd.org/changeset/ports/487337

Log:
  Pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/voxelands/Makefile

Modified: head/games/voxelands/Makefile
==============================================================================
--- head/games/voxelands/Makefile	Thu Dec 13 02:24:38 2018	(r487336)
+++ head/games/voxelands/Makefile	Thu Dec 13 02:43:34 2018	(r487337)
@@ -13,11 +13,10 @@ COMMENT?=		Fun-Focused voxel world game
 LICENSE=		GPLv3+
 
 BROKEN=			fails to build
+BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
 
 LIB_DEPENDS=		libIrrlicht.so:x11-toolkits/irrlicht \
 			libfreetype.so:print/freetype2
-
-BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
 
 USES=			cmake tar:bzip2
 LLD_UNSAFE=		yes


More information about the svn-ports-all mailing list