pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove powerpc support
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu May 9 20:44:59 2019 -0500
Changeset: 2f411096bd05809a38a8decd27a7d1c08eff39d9
Modified Files:
vsearch/Makefile
Log Message:
Remove powerpc support
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f411096bd05809a38a8decd27a7d1c08eff39d9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vsearch/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index 5b2322e736..7ff1112e6e 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -10,12 +10,12 @@ HOMEPAGE= https://github.com/torognes/vsearch
COMMENT= Versatile open-source tool for metagenomics
LICENSE= gnu-gpl-v3
-ONLY_FOR_PLATFORM= *-*-aarch64 *-*-powerpc64 *-*-x86_64
+# Works on powerpc64, but only in little endian mode
+ONLY_FOR_PLATFORM= *-*-aarch64 *-*-x86_64
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake autoreconf gmake
GNU_CONFIGURE= yes
-# CONFIGURE_ARGS+= --disable-pdfman
pre-configure:
cd ${WRKSRC} && autoreconf -fi
Home |
Main Index |
Thread Index |
Old Index