Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 15:42:09 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567854 - head/games/openrct2
Message-ID:  <202103081542.128Fg91P000274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Mar  8 15:42:09 2021
New Revision: 567854
URL: https://svnweb.freebsd.org/changeset/ports/567854

Log:
  games/openrct2: only for little-endian architectures

Modified:
  head/games/openrct2/Makefile

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Mon Mar  8 15:41:11 2021	(r567853)
+++ head/games/openrct2/Makefile	Mon Mar  8 15:42:09 2021	(r567854)
@@ -13,6 +13,9 @@ COMMENT=	Open source re-implementation of RollerCoaste
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/licence.txt
 
+NOT_FOR_ARCHS=	mips mips64 powerpc powerpcspe powerpc64 sparc64
+NOT_FOR_ARCHS_REASON=	Only for little-endian architectures
+
 BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libzip.so:archivers/libzip \



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