1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

emulators/mame: add support for powerpc64le

This commit is contained in:
Piotr Kubaj 2021-01-16 17:19:28 +00:00
parent b646fb75f6
commit 7b94e58fa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561741

View File

@ -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