summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2021-04-25 07:51:24 +0000
committermrg <mrg@pkgsrc.org>2021-04-25 07:51:24 +0000
commit7119f88b9776507ec462df37e406d07c4c7fd82f (patch)
tree5b11f665d63bb4941473175d4698186fdc49d5e7 /biology
parent1332b79f038553a52c80b898801cae5681454356 (diff)
downloadpkgsrc-7119f88b9776507ec462df37e406d07c4c7fd82f.tar.gz
various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to "aarch64eb" in various forms of code. most remaining uses in pkgsrc of "MACHINE_ARCH == aarch64" are because of missing aarch64eb support, such as most of the binary-bootstrap requiring languages like rust, go, and java. no pkg-bump because this shouldn't change packages on systems that could already build all of these.
Diffstat (limited to 'biology')
-rw-r--r--biology/vsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/vsearch/Makefile b/biology/vsearch/Makefile
index 51b20a1ed11..e3d6c2249cd 100644
--- a/biology/vsearch/Makefile
+++ b/biology/vsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/11 14:27:18 bacon Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/25 07:51:24 mrg Exp $
DISTNAME= vsearch-2.13.4
CATEGORIES= biology
@@ -11,7 +11,7 @@ COMMENT= Versatile open-source tool for metagenomics
LICENSE= gnu-gpl-v3
# Works on powerpc64, but only in little endian mode
-ONLY_FOR_PLATFORM= *-*-aarch64 *-*-x86_64
+ONLY_FOR_PLATFORM= *-*-aarch64* *-*-x86_64
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake autoreconf gmake