Date: Sat, 16 Jan 2021 17:19:29 +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: r561741 - head/emulators/mame Message-ID: <202101161719.10GHJTUN005349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Jan 16 17:19:28 2021 New Revision: 561741 URL: https://svnweb.freebsd.org/changeset/ports/561741 Log: emulators/mame: add support for powerpc64le Modified: head/emulators/mame/Makefile Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Sat Jan 16 17:17:59 2021 (r561740) +++ head/emulators/mame/Makefile Sat Jan 16 17:19:28 2021 (r561741) @@ -10,8 +10,8 @@ COMMENT= Multi Arcade Machine Emulator LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 powerpc64 -ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc64(le) LIB_DEPENDS= libFLAC.so:audio/flac \ libexpat.so:textproc/expat2 \ @@ -61,7 +61,7 @@ MTARGET?= mame .include <bsd.port.options.mk> -.if ${ARCH} == amd64 || ${ARCH} == powerpc64 +.if ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} MAKE_ARGS+= PTR64=1 EMULATOR= ${MSUBTARGET}64 .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101161719.10GHJTUN005349>