Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 13:46:37 +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: r539976 - head/games/vvvvvv
Message-ID:  <202006231346.05NDkbhF049546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jun 23 13:46:37 2020
New Revision: 539976
URL: https://svnweb.freebsd.org/changeset/ports/539976

Log:
  games/vvvvvv: enable on powerpc64
  
  It seems to compile a binary with prefix x86_64 on all 64-bit architectures.
  
  Runtime currently untested.

Modified:
  head/games/vvvvvv/Makefile

Modified: head/games/vvvvvv/Makefile
==============================================================================
--- head/games/vvvvvv/Makefile	Tue Jun 23 12:25:16 2020	(r539975)
+++ head/games/vvvvvv/Makefile	Tue Jun 23 13:46:37 2020	(r539976)
@@ -13,7 +13,7 @@ LICENSE_NAME=	unknown
 LICENSE_FILE=	${WRKSRC}/../LICENSE.md
 LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 USES=		sdl cmake
 USE_GITHUB=	yes



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