aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-23 02:47:53 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-23 02:47:53 +0800
commit208469b71a37bbf9e8d5a8ff90423994b5219380 (patch)
tree07ff287fdc72ee32d12c6f728cf9a12abaefa305
parentf97ee06f903252f13a828cbbc9174f5257b7bb78 (diff)
downloadfreebsd-ports-gnome-208469b71a37bbf9e8d5a8ff90423994b5219380.tar.gz
freebsd-ports-gnome-208469b71a37bbf9e8d5a8ff90423994b5219380.tar.zst
freebsd-ports-gnome-208469b71a37bbf9e8d5a8ff90423994b5219380.zip
Some aarch64 servers apparently have ACPI. Attempt to build on aarch64
just to see. (It should not hurt anything.) Approved by: portmgr (tier-2 blanket)
-rw-r--r--sysutils/acpi_call/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile
index f61b1a92bb01..c9a84078a7ae 100644
--- a/sysutils/acpi_call/Makefile
+++ b/sysutils/acpi_call/Makefile
@@ -12,8 +12,8 @@ COMMENT= Kernel module for calling ACPI methods from userspace
LICENSE= BSD2CLAUSE
-ONLY_FOR_ARCHS= amd64 i386 ia64
-ONLY_FOR_ARCHS_REASON= not relevant for non-x86-derived architectures
+ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON= not relevant for most non-x86-derived architectures
USES= kmod