Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 00:25:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535689 - head/games/openrct2
Message-ID:  <202005180025.04I0PQtL027836@repo.freebsd.org>

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



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