svn commit: r539976 - head/games/vvvvvv

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 23 13:46:37 UTC 2020


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


More information about the svn-ports-all mailing list