git: f4b7da497133 - main - emulators/mame: enable on armv7
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 20 15:12:19 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f4b7da497133290c72598ee776e69650e4ec253f
commit f4b7da497133290c72598ee776e69650e4ec253f
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-20 15:12:05 +0000
Commit: Piotr Kubaj <pkubaj at 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 \
More information about the dev-commits-ports-all
mailing list