svn commit: r483095 - head/games/eduke32

Steve Wills swills at FreeBSD.org
Sat Oct 27 01:59:29 UTC 2018


Author: swills
Date: Sat Oct 27 01:59:28 2018
New Revision: 483095
URL: https://svnweb.freebsd.org/changeset/ports/483095

Log:
  games/eduke32: fix build with powerpc64 and powerpcspe
  
  PR:		232486
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)

Modified:
  head/games/eduke32/Makefile   (contents, props changed)

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Sat Oct 27 01:57:25 2018	(r483094)
+++ head/games/eduke32/Makefile	Sat Oct 27 01:59:28 2018	(r483095)
@@ -51,6 +51,8 @@ OPTIONS_DEFINE_i386=	ASM
 OPTIONS_DEFAULT_i386=	ASM
 OPTIONS_DEFAULT_amd64=	GCC
 OPTIONS_DEFAULT_powerpc=	GCC
+OPTIONS_DEFAULT_powerpcspe=	GCC
+OPTIONS_DEFAULT_powerpc64=	GCC
 OPTIONS_DEFAULT_sparc64=	GCC
 
 ASM_BUILD_DEPENDS=	nasm:devel/nasm


More information about the svn-ports-all mailing list