pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vsearch: Add powerpc64 support per upstream build system
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Dec 17 13:15:20 2021 -0600
Changeset: 3825e6bf38acabb38d8f833856e4cbe898f5d36b
Modified Files:
vsearch/Makefile
Log Message:
vsearch: Add powerpc64 support per upstream build system
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3825e6bf38acabb38d8f833856e4cbe898f5d36b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vsearch/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index f57f39b2b9..556213e60f 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -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* *-*-powerpc64 *-*-x86_64
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake autoreconf gmake
Home |
Main Index |
Thread Index |
Old Index