svn commit: r480001 - head/games/arx-libertatis

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 09:10:18 UTC 2018


Author: linimon
Date: Tue Sep 18 09:10:17 2018
New Revision: 480001
URL: https://svnweb.freebsd.org/changeset/ports/480001

Log:
  Fix build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/arx-libertatis/Makefile

Modified: head/games/arx-libertatis/Makefile
==============================================================================
--- head/games/arx-libertatis/Makefile	Tue Sep 18 09:08:25 2018	(r480000)
+++ head/games/arx-libertatis/Makefile	Tue Sep 18 09:10:17 2018	(r480001)
@@ -23,6 +23,7 @@ USE_GL=		gl glew
 LLD_UNSAFE=	yes
 CMAKE_ARGS=	-DDATA_DIR=arx \
 		-DSTRICT_USE=ON
+CFLAGS_powerpc64+=	-mminimal-toc
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list