Date: Sun, 20 Jun 2021 15:12:18 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f4b7da497133 - main - emulators/mame: enable on armv7 Message-ID: <202106201512.15KFCIeQ097471@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4b7da497133290c72598ee776e69650e4ec253f commit f4b7da497133290c72598ee776e69650e4ec253f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-20 15:12:05 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-20 15:12:05 +0000 emulators/mame: enable on armv7 Builds fine. --- emulators/mame/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index b3dc489f1e99..aef9fbc2079f 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -9,8 +9,8 @@ COMMENT= Multi Arcade Machine Emulator LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc* +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than armv7, x86 and powerpc* LIB_DEPENDS= libFLAC.so:audio/flac \ libexpat.so:textproc/expat2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201512.15KFCIeQ097471>