Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 21:29:31 +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: r550379 - head/games/openspades
Message-ID:  <202009272129.08RLTVNX016702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 21:29:31 2020
New Revision: 550379
URL: https://svnweb.freebsd.org/changeset/ports/550379

Log:
  Allow building on powerpc64le.

Modified:
  head/games/openspades/Makefile

Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile	Sun Sep 27 21:26:27 2020	(r550378)
+++ head/games/openspades/Makefile	Sun Sep 27 21:29:31 2020	(r550379)
@@ -15,7 +15,7 @@ COMMENT=	Compatible client of Ace of Spades
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	bundles non-portable AngelScript
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick6 # for building icons



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