diff options
author | danilo <danilo@FreeBSD.org> | 2018-06-26 11:18:29 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2018-06-26 11:18:29 +0800 |
commit | 16ae7456777f0152feae5ef600543bf8a604479f (patch) | |
tree | 8927aaa54890b28de999b48bb79cf72220027bea | |
parent | 77593d590bf898a9b29fbdab6ee1bc8e3f7ccb13 (diff) | |
download | freebsd-ports-gnome-16ae7456777f0152feae5ef600543bf8a604479f.tar.gz freebsd-ports-gnome-16ae7456777f0152feae5ef600543bf8a604479f.tar.zst freebsd-ports-gnome-16ae7456777f0152feae5ef600543bf8a604479f.zip |
- Add aarch64 to the ONLY_FOR_ARCHS list. This port builds fine on aarch64.
-rw-r--r-- | devel/hwloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 9cb3fd9dfe21..bae79571faca 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -28,7 +28,7 @@ USE_GNOME= libxml2 PORTDOCS= * -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= amd64 aarch64 armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture OPTIONS_DEFINE= CAIRO DOCS |