Date: Sat, 27 Oct 2018 01:59:29 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483095 - head/games/eduke32 Message-ID: <201810270159.w9R1xT6C045987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270159.w9R1xT6C045987>