svn commit: r535689 - head/games/openrct2

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:25:27 UTC 2020


Author: linimon
Date: Mon May 18 00:25:26 2020
New Revision: 535689
URL: https://svnweb.freebsd.org/changeset/ports/535689

Log:
  Mark as broken on powerpc64.
  
  Approved by:	maintainer

Modified:
  head/games/openrct2/Makefile

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Mon May 18 00:23:45 2020	(r535688)
+++ head/games/openrct2/Makefile	Mon May 18 00:25:26 2020	(r535689)
@@ -12,6 +12,9 @@ COMMENT=	Open source re-implementation of RollerCoaste
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/licence.txt
 
+BROKEN_FreeBSD_11_powerpc64=	fails to build: src/openrct2/util/Endian.h:9:24: error: unused function 'ORCT_Swapu16'
+BROKEN_FreeBSD_12_powerpc64=	fails to build: openrct2/common.h:96:10: error: #error Unknown endianess!
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libjansson.so:devel/jansson \
 		libzip.so:archivers/libzip \


More information about the svn-ports-all mailing list